forked from h5bp/html5please
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 724 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 724 Bytes
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
{
"devDependencies": {
"async": "*",
"backbone": "^1.1.2",
"del": "^1.1.1",
"execSync": "^1.0.2",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-css": "^1.0.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"handlebars": "*",
"jshint-stylish": "^1.0.1",
"marked": "^0.3.3",
"open": "0.0.5",
"readline-sync": "^0.8.0",
"request": "*",
"underscore": "^1.8.2"
},
"private": true,
"scripts": {
"build": "gulp build",
"new": "gulp new",
"render": "gulp render",
"test": "gulp build",
"watch": "gulp"
}
}