-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
50 lines (50 loc) · 1.03 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
{
"name": "gulp-svgstore",
"version": "9.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": "unsoundscapes@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/w0rm/gulp-svgstore/issues"
},
"homepage": "https://github.com/w0rm/gulp-svgstore",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"vinyl": "^2.2.1"
},
"devDependencies": {
"finalhandler": "^1.1.2",
"gulp": "^4.0.2",
"gulp-inject": "^5.0.5",
"mocha": "^9.0.1",
"puppeteer": "^10.0.0",
"serve-static": "^1.14.1",
"sinon": "^11.1.1"
},
"engines": {
"node": ">=10.0"
},
"engineStrict": true,
"keywords": [
"gulpplugin",
"svg",
"icon",
"sprite"
]
}