-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·57 lines (57 loc) · 1.48 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
{
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"autoprefixer-core": "^6.0.1",
"browser-sync": "^2.7.13",
"coffee-script": "^1.10.0",
"css-modulesify": "^0.22.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-batch-replace": "0.0.0",
"gulp-cache": "^0.4.3",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.0.0",
"gulp-csso": "^1.1.0",
"gulp-htmlmin": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.0",
"gulp-sass": "^2.1.0-beta",
"gulp-sftp": "^0.1.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.0.8",
"gulp-watch": "^4.3.4",
"jshint-stylish": "^2.1.0",
"jstransformer-verbatim": "1.0.0",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.5.0",
"node-sass": "^3.6.0",
"opn": "^4.0.1",
"run-sequence": "^1.1.2",
"wiredep": "^4.0.0"
},
"dependencies": {
"coffee-script": "^1.10.0",
"gulp-haml": "^0.1.5",
"gulp-less": "^3.0.3",
"gulp-remember": "^0.3.0",
"gulp-ruby-haml": "0.0.9"
}
}