-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "icebox",
"description": "Pocket clone tutorial",
"private": true,
"engines": {
"node": "0.10.36",
"npm": "2.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/greypants/gulp-rails.git"
},
"scripts": {
"postinstall": "gulp build"
},
"browserify": {
"transform": ["coffeeify"]
},
"dependencies": {
"browser-sync": "~1.3.6",
"browserify": "^8.0.2",
"coffeeify": "~0.7.0",
"del": "^1.1.1",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^0.4.1",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^1.0.0",
"gulp-imagemin": "^0.6.2",
"gulp-notify": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-rev": "^3.0.1",
"gulp-rev-collector": "^0.1.3",
"gulp-sass": "~1.3.1",
"gulp-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.2.8",
"gulp-swig": "^0.7.4",
"gulp-util": "^3.0.0",
"lodash": "^2.4.1",
"pretty-hrtime": "~0.2.1",
"require-dir": "^0.1.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "^2.2.1"
}
}