forked from w0rm/gulp-svgstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 920 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
{
"name": "gulp-svgstore",
"version": "6.0.0",
"description": "Combine svg files into one with <symbol> elements",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "gulp build && mocha test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/w0rm/gulp-svgstore"
},
"author": {
"name": "Andrey Kuzmin",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/w0rm/gulp-svgstore/issues"
},
"homepage": "https://github.com/w0rm/gulp-svgstore",
"dependencies": {
"cheerio": "0.*",
"gulp-util": "^3.0.0"
},
"devDependencies": {
"finalhandler": "^0.4.0",
"gulp": "^3.6.2",
"gulp-inject": "^1.0.1",
"mocha": "^2.3.2",
"serve-static": "^1.9.3",
"sinon": "^1.16.1",
"wd": "^0.3.4"
},
"keywords": [
"gulpplugin",
"svg",
"icon",
"sprite"
]
}