-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 729 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 729 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
{
"name": "sample-server",
"version": "0.0.1",
"dependencies": {
"handlebars": "1.3.x",
"express": "3.4.x",
"browserify": "3.19.x",
"gulp": "3.3.x",
"bower": "1.2.x",
"gulp-util": "2.2.9",
"gulp-jshint": "1.3.4",
"gulp-uglify": "0.1.0",
"gulp-minify-html": "0.1.x",
"gulp-minify-css": "0.1.x",
"gulp-browserify": "0.2.x",
"gulp-concat": "2.1.7",
"gulp-imagemin": "0.1.4",
"gulp-clean": "0.2.2"
},
"devDependencies": {
"napa": "0.2.x"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"install": "napa",
"start": "node app.js"
},
"napa": {
"angular": "angular/bower-angular",
"angular-route": "angular/bower-angular-route"
}
}