forked from evantarrh/jade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"name": "",
"version": "0.0.1",
"description": "",
"scripts": {},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.8.2",
"gulp-autoprefixer": "^2.3.1",
"gulp-cached": "^1.1.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-html5-lint": "^1.0.1",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^2.2.0",
"gulp-inline-source": "^2.1.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-scp2": "^0.2.0",
"gulp-scss-lint": "^0.3.0",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-style-inject": "0.0.3",
"gulp-uglify": "^1.3.0",
"handlebars": "^3.0.3",
"handlebars-layouts": "^3.1.0",
"js-yaml": "^3.4.0"
},
"engines": {
"node": "0.10.36",
"npm": "2.11.2"
},
"repository": {
"type": "git",
"url": ""
}
}