-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 972 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
40
41
42
43
44
45
{
"name": "grunt-css-purge",
"version": "1.1.0",
"description": "Grunt plugin to run CSS-Purge",
"homepage": "https://github.com/dominikwilkowski/grunt-css-purge",
"repository": {
"type": "git",
"url": "https://github.com/dominikwilkowski/grunt-css-purge.git"
},
"bugs": {
"url": "https://github.com/dominikwilkowski/grunt-css-purge/issues"
},
"author": {
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
},
"keywords": [
"gruntplugin",
"css-purge",
"css"
],
"engines": {
"node": ">=6.0.0"
},
"license": {
"type": "GNU-GPL",
"url": "https://github.com/dominikwilkowski/grunt-css-purge/blob/master/LICENSE"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"chalk": "~2.3.0",
"css-purge": "~3"
},
"devDependencies": {
"grunt-contrib-clean": "~1.1.0",
"grunt": "~1.0.1",
"load-grunt-tasks": "~3.5.2"
},
"scripts": {
"test": "grunt test"
}
}