forked from wfp/designsystem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
40
41
42
{
"name": "wfp-ui",
"description": "WFP UI Kit",
"main": "dist/wfpui.css",
"author": "WFP COM",
"license": "MIT",
"man": "readme.md",
"private": true,
"dependencies": {
"autoprefixer": "^6.3.1",
"bower": "~1.7.7",
"cssnano": "^3.4.0",
"eslint": "~2.1.0",
"grunt": "~0.4.5",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-datauri": "~0.4.0",
"grunt-eslint": "~18.1.0",
"grunt-grunticon": "~2.2.2",
"grunt-html-auditor": "~1.1.1",
"grunt-jekyll": "~0.4.3",
"grunt-postcss": "~0.8.0",
"grunt-pure-grids": "~1.0.2",
"grunt-sass": "^1.1.0",
"grunt-sass-lint": "~0.2.0",
"grunt-svg-colorify": "^0.1.0",
"node-sass": "^3.4.2",
"pixrem": "^3.0.1",
"postcss-scss": "~0.1.8",
"postcss-wcag-contrast": "~1.0.0",
"time-grunt": "^1.3.0"
},
"peerDependencies": {
"bower": "~1.7.7",
"eslint": "~2.1.0",
"grunt": "~0.4.5",
"html-auditor": "~0.15.0"
}
}