-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.73 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "starter-kit",
"version": "1.2.0",
"description": "Web-Frontend starter kit",
"main": "gulpfile.coffee",
"keywords": [
"gulp",
"starter-kit"
],
"repository": {
"type": "git",
"url": "[email protected]:yuhiisk/starter-kit.git"
},
"author": "Youhei Isokawa",
"license": "MIT",
"browserify": {
"transform": [
"coffeeify",
"debowerify"
]
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.9.8",
"browserify": "^11.2.0",
"coffee-script": "^1.10.0",
"coffeeify": "^1.0.0",
"debowerify": "^1.2.0",
"del": "^0.1.3",
"glob": "^5.0.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-awspublish": "^2.0.0",
"gulp-cache": "^0.2.4",
"gulp-changed": "^1.0.0",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.4.1",
"gulp-csscomb": "^3.0.3",
"gulp-data": "^1.2.0",
"gulp-filter": "^1.0.2",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.7.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-plumber": "^0.6.6",
"gulp-replace": "^0.4.0",
"gulp-ruby-sass": "^2.0.4",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "4.0.0",
"jshint-stylish": "^1.0.0",
"lodash": "^3.5.0",
"main-bower-files": "^2.1.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"vinyl-source-stream": "^1.0.0"
},
"scripts": {
"start": "gulp",
"deploy": "gulp deploy",
"minify": "gulp minify",
"publish": "gulp publish",
"server": "gulp serve",
"sprite": "gulp sprite",
"include": "git submodule init && git submodule update"
}
}