-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.13 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
{
"name": "grunt-svg-css",
"description": "Convert a folder of SVG files into a single file using data-uri.",
"version": "0.2.9",
"homepage": "https://github.com/psyrendust/grunt-svg-css",
"author": {
"name": "Larry Gordon"
},
"repository": {
"type": "git",
"url": "[email protected]:psyrendust/grunt-svg-css.git"
},
"bugs": {
"url": "https://github.com/psyrendust/grunt-svg-css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://psyrendust.mit-license.org/2014/license.html"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"clean-css": "2.2.20",
"handlebars": "2.0.0",
"xmldom": "0.1.19"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-eslint": "2.1.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"grunt",
"gruntplugin",
"grunticon",
"css",
"icon",
"svg",
"encodeURIComponent",
"data-uri",
"datauri"
]
}