forked from czapkowicz/grunt-svgstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 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-svgstore",
"version": "1.0.0",
"description": "Merge SVGs from a folder (fork https://github.com/FWeinb/grunt-svgstore with new handlebars)",
"devDependencies": {
"grunt": "~0.4.5",
"html-minifier": "~0.6.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "~0.4.0"
},
"dependencies": {
"chalk": "^1.0.0",
"cheerio": "^0.20.0",
"handlebars": "^4.0.5",
"js-beautify": "~1.5.10",
"multiline": "^0.3.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"repository": "FWeinb/grunt-svgstore",
"keywords": [
"svg",
"icon",
"sprite",
"gruntplugin"
],
"author": "Fabrice Weinberg <[email protected]> (http://blog.weinberg.me)",
"license": "MIT",
"bugs": "https://github.com/FWeinb/grunt-svgstore/issues",
"homepage": "https://github.com/FWeinb/grunt-svgstore#readme"
}