-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "gulp-svg-symbols",
"version": "3.2.3",
"description": "Convert SVG files to symbols with gulp",
"main": "index.js",
"scripts": {
"test": "ava test/*.js",
"lint": "prettier --write \"{{lib,test}/*,index,examples/gulpfile}.js\"",
"toc": "doctoc README.md TEMPLATES.md --github",
"release": "np --no-yarn"
},
"repository": "https://github.com/Hiswe/gulp-svg-symbols.git",
"keywords": [
"gulpplugin",
"svg",
"symbols"
],
"author": "Yannick Aïvayan <[email protected]> (http://hiswe.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hiswe/gulp-svg-symbols/issues"
},
"homepage": "https://github.com/Hiswe/gulp-svg-symbols",
"dependencies": {
"ansi-grey": "^0.1.1",
"ansi-yellow": "^0.1.1",
"cheerio": "^1.0.0-rc.3",
"consolidate": "^0.15.1",
"fancy-log": "^1.3.3",
"lodash": "^4.17.11",
"plugin-error": "^1.0.1",
"speakingurl": "^14.0.1",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"ava": "^1.4.1",
"doctoc": "^1.4.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"intercept-stdout": "^0.1.2",
"prettier": "^1.17.1"
}
}