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
34 lines (34 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 815 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
33
34
{
"devDependencies": {
"@alrra/travis-scripts": "^2.1.0",
"async": "^1.5.2",
"backbone": "^1.1.2",
"del": "^2.2.0",
"gulp": "^3.8.11",
"gulp-connect": "^3.2.1",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.0.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^3.0.8",
"handlebars": "^4.0.5",
"jshint-stylish": "^2.1.0",
"marked": "^0.3.5",
"open": "^0.0.5",
"readline-sync": "^1.4.1",
"request": "^2.69.0",
"sync-exec": "^0.6.2",
"travis-after-all": "^1.4.4",
"underscore": "^1.8.2"
},
"private": true,
"scripts": {
"build": "gulp build",
"new": "gulp new",
"render": "gulp render",
"test": "gulp build",
"watch": "gulp"
}
}