forked from yqlu/sliceformstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "sliceform-studio",
"version": "0.3.0",
"author": "Yongquan Lu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/yqlu/sliceform-studio"
},
"keywords": [
"sliceform",
"geometry"
],
"dependencies": {
"gm": "^1.21.1",
"gmsmith": "^1.0.0",
"gulp-flatten": "^0.2.0",
"gulp-gzip": "^1.4.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-minify-html": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-usemin": "^0.3.8",
"lodash": "^3.10.1"
},
"devDependencies": {
"es6-promise": "^3.0.2",
"gulp-usemin": "~0.3.8",
"gulp.spritesmith": "^6.0.1",
"imagemin-pngquant": "^4.2.0",
"merge-stream": "^1.0.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"bower-installer": "^1.2.0",
"browser-sync": "^2.9.8",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-sequence": "^0.4.1",
"gulp-uglify": "^1.4.0",
"harp": "^0.20.1"
},
"preferGlobal": true,
"private": true,
"analyze": true,
"license": "MIT"
}