-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "grunt-svg-toolkit",
"description": "> A toolkit for working with, styling and converting SVG files",
"version": "0.1.1",
"homepage": "https://github.com/iconic/grunt-svg-toolkit",
"author": {
"name": "Iconic",
"email": "[email protected]",
"url": "https://useiconic.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/iconic/grunt-svg-toolkit.git"
},
"keywords": [
"SVG",
"Scalable Vector Graphics",
"CSS",
"style",
"colorize",
"icons",
"automation",
"png",
"raster"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/iconic/grunt-svg-toolkit/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/iconic/grunt-svg-toolkit/issues"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"async": "^0.9.0",
"chalk": "^0.5.1",
"cheerio": "^0.18.0",
"grunt-contrib-clean": "^0.6.0",
"phantom": "^0.7.2"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"files": [
"tasks",
"LICENSE"
]
}