forked from artem-malko/gulp-svg-spritesheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1003 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
{
"name": "gulp-svg-spritesheet",
"description": "Gulp SVG sprite sheet generator",
"version": "0.0.6",
"author": "Darren Hall <hello@darrenhall.info>",
"contributors": [
{
"name": "Artem Malko",
"email": "artem.malko@gmail.com"
},
{
"name": "Darren Hall",
"email": "hello@darrenhall.info"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/artem-malko/gulp-svg-spritesheet.git"
},
"homepage": "https://github.com/artem-malko/gulp-svg-spritesheet",
"bugs": {
"url": "https://github.com/artem-malko/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.22.0",
"gulp-util": "^3.0.8",
"mkdirp": "0.5.1",
"mustache": "^0.8.2",
"through2": "^3.0.1"
}
}