-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 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
{
"name": "svg-stacks-research",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Chaptykov/svg-stacks-research.git"
},
"author": "",
"license": "none",
"bugs": {
"url": "https://github.com/Chaptykov/svg-stacks-research/issues"
},
"homepage": "https://github.com/Chaptykov/svg-stacks-research",
"dependencies": {
"gulp": "^3.8.11",
"gulp-compile-handlebars": "^0.4.4",
"gulp-connect": "^2.2.0",
"gulp-data": "^1.2.0",
"gulp-imagemin": "^2.2.0",
"gulp-newer": "^0.5.0",
"gulp-rsvg": "^1.0.0",
"gulp-svg-spritesheet": "git://github.com/iamdarrenhall/gulp-svg-sprite",
"gulp-svg-symbols": "^0.3.1",
"gulp-svgmin": "^1.1.1",
"gulp-util": "^3.0.3",
"gulp.spritesmith": "^2.8.0",
"run-sequence": "^1.0.2",
"svg-sprite": "^1.0.16",
"vinyl": "^0.4.6",
"yargs": "^3.0.4"
}
}