-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (35 loc) · 830 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
{
"name": "gulp-svg-spritesheet",
"description": "Gulp SVG sprite sheet generator",
"version": "0.0.4",
"author": "Darren Hall <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamdarrenhall/gulp-svg-spritesheet.git"
},
"homepage": "https://github.com/iamdarrenhall/gulp-svg-spritesheet",
"bugs": {
"url": "https://github.com/iamdarrenhall/gulp-svg-spritesheet/issues"
},
"keywords": [
"gulpplugin",
"sprite",
"svg"
],
"engines": {
"node": ">=0.10.28"
},
"devDependencies": {
"gulp": "^3.8.9",
"gulp-jshint": "^1.9.0",
"gulp-svgmin": "^0.4.7"
},
"dependencies": {
"cheerio": "^0.17.0",
"gulp-util": "^3.0.1",
"mkdirp": "latest",
"mustache": "^0.8.2",
"through2": "^0.6.3"
}
}