forked from grammarbot/research-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wikimedia-research-landing-page",
"version": "0.1.0",
"description": "Wikimedia Research Landing Page",
"keywords": [
"ui"
],
"homepage": "https://www.mediawiki.org/wiki/Wikimedia_Research",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia-research/landing-page.git"
},
"private": true,
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.2",
"grunt": "1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-watch": "1.0.0",
"grunt-exec": "1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sketch": "^1.0.2",
"grunt-stylelint": "0.7.0",
"grunt-svgmin": "^4.0.0",
"pixrem": "^3.0.2",
"postcss": "^5.2.5",
"postcss-cssnext": "^2.8.0",
"postcss-custom-properties": "^5.0.1",
"postcss-import": "^8.1.3",
"sketchtool": "^1.4.0",
"stylelint-config-wikimedia": "0.4.1"
},
"dependencies": {
"fontfaceobserver": "^2.0.9"
},
"scripts": {
"test": "grunt"
}
}