-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.7 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
59
60
61
62
63
{
"name": "grunt-svg2png-colorfy",
"description": "Grunt plugin to rasterize SVG to PNG images with different colors",
"version": "0.1.3",
"homepage": "https://github.com/netbek/grunt-svg2png-colorfy",
"author": {
"name": "Hein Bekker",
"email": "[email protected]",
"url": "http://netbek.co.za"
},
"repository": {
"type": "git",
"url": "git://github.com/netbek/grunt-svg2png-colorfy.git"
},
"bugs": {
"url": "https://github.com/netbek/grunt-svg2png-colorfy/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/netbek/grunt-svg2png-colorfy/blob/master/LICENSE"
}],
"keywords": [
"gruntplugin"
],
"engines": {
"node": ">= 4.4.5"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-dollar-sign": "^1.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsdoc": "^3.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.5.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"prettier": "^1.8.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"directory-colorfy": "https://github.com/netbek/directory-colorfy.git#netbek-jsdom-9",
"fs-extra": "^4.0.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-promise": "^1.1.2",
"lodash": "^4.17.4",
"object-hash": "^1.2.0",
"streamifier": "^0.1.1",
"svg2png": "3.0.1"
}
}