forked from wikimedia/WikimediaUI-Style-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "wmui-style-guide",
"version": "0.1.0",
"description": "Wikimedia User Interface Style Guide",
"keywords": [
"ui"
],
"homepage": "https://www.mediawiki.org/wiki/Design",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia/WikimediaUI-Style-Guide.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-stylelint": "0.6.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",
"stylelint-config-wikimedia": "0.3.0"
}
}