forked from dominikwilkowski/grunt-css-purge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 900 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": "grunt-copy-css-purge",
"version": "1.0.0",
"description": "This is a copy of grunt-css-purge with the dependecies updated.",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"chalk": "~2.3.0",
"css-purge": "^3.1.8"
},
"devDependencies": {
"grunt-contrib-clean": "~1.1.0",
"grunt": "~1.0.1",
"load-grunt-tasks": "~3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/troncar/grunt-css-purge.git"
},
"keywords": [
"grunt",
"css",
"purge"
],
"author": "Dominik Wilkowski",
"license": "ISC",
"bugs": {
"url": "https://github.com/troncar/grunt-css-purge/issues"
},
"homepage": "https://github.com/troncar/grunt-css-purge#readme"
}