forked from drdk/grunt-dr-svg-sprites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1023 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
40
41
42
43
44
45
46
{
"name": "grunt-dr-svg-sprites",
"description": "Grunt plugin to create SVG sprites with PNG fallbacks at needed sizes",
"version": "0.9.4",
"homepage": "",
"author": {
"name": "rasmusfl0e",
"email": "rasmusfl0e@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/drdk/grunt-dr-svg-sprites.git"
},
"bugs": {
"url": "https://github.com/drdk/grunt-dr-svg-sprites/issues"
},
"licenses": [
{
"type": "MIT",
"url": "/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.2",
"async": "*"
},
"dependencies": {
"async": "^0.8.0",
"dr-svg-sprites": "^0.9.6",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-nodeunit": "^0.2.2"
},
"keywords": [
"gruntplugin",
"svg",
"sprites"
]
}