-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1005 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
46
47
48
{
"name": "gulp-zorrosvg",
"version": "1.1.6",
"description": "Generate ZorroSVG files from PNGs.",
"main": "index.js",
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tannerhodges/gulp-zorrosvg.git"
},
"keywords": [
"gulpplugin",
"image",
"img",
"png",
"svg",
"zorro",
"zorrosvg"
],
"author": {
"name": "Tanner Hodges",
"email": "[email protected]",
"url": "https://tannerhodges.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tannerhodges/gulp-zorrosvg/issues"
},
"homepage": "https://github.com/tannerhodges/gulp-zorrosvg#readme",
"dependencies": {
"chalk": "^1.1.3",
"gulp-util": "^3.0.8",
"path": "^0.12.7",
"plur": "^2.1.2",
"sharp": "^0.17.1",
"through2-concurrent": "^1.1.1"
},
"devDependencies": {
"ava": "^0.17.0",
"get-stream": "^2.1.0",
"pify": "^2.3.0"
}
}