-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
72 lines (72 loc) · 1.79 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
71
72
{
"name": "yo-gen",
"version": "0.0.0",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"open": "parallelshell \"cd dist; python -m SimpleHTTPServer 8000\" \"open http://localhost:8000\"",
"deploy": "env $(cat .s3_creds | xargs) s3_website push"
},
"dependencies": {
"gulp-size": "^0.1.3",
"gulp-load-plugins": "^0.3.0",
"wiredep": "^1.4.3",
"gulp-connect": "^1.1.1",
"gulp-imagemin": "^0.1.5",
"gulp-jshint": "^1.5.3",
"microevent": "^1.0.0",
"page": "^1.3.7",
"hashwords": "^0.1.2"
},
"devDependencies": {
"bluebird": "^1.2.1",
"browserify": "^4.2.1",
"bulkify": "^1.0.2",
"cheerio": "^0.14.0",
"coffeeify": "^0.6.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-coffee": "^1.4.1",
"gulp-connect": "^1.0.0",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.3.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.1.4",
"gulp-jshint": "^1.4.0",
"gulp-jsonminify": "0.0.1",
"gulp-load-plugins": "^0.3.0",
"gulp-rev": "^0.3.2",
"gulp-rev-replace": "^0.1.0",
"gulp-sass": "^0.7.1",
"gulp-shell": "^0.2.8",
"gulp-size": "^0.1.2",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^1.1",
"gulp-util": "^2.2.9",
"lodash": "^2.4.1",
"lodash-node": "^2.4.1",
"map-stream": "^0.1.0",
"open": "^0.0.4",
"parallelshell": "^1.1.1",
"require-all": "0.0.8",
"require-directory": "^1.2.0",
"rimraf": "^2.2.6",
"run-sequence": "^0.3.6",
"through2": "^0.5.1",
"tsv": "^0.2.0",
"vinyl-source-stream": "^0.1.1",
"wiredep": "^1.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"browserify": {
"transform": [
"coffeeify",
"bulkify"
]
},
"browserify-shim": {}
}