Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit aa40d47

Browse files
committed
Improvements to package.json
1 parent 65fd919 commit aa40d47

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
"name": "app-shell",
33
"version": "0.1.175",
44
"private": true,
5-
"license": "Apache",
5+
"license": "Apache Version 2.0",
66
"engines": {
7-
"node": ">=0.10.0"
7+
"node": ">=0.12.7"
8+
},
9+
"scripts": {
10+
"start": "nodemon server/app.js"
11+
},
12+
"main": "server/app.js",
13+
"dependencies": {
14+
"express": "^4.13.3",
15+
"express-handlebars": "^2.0.1"
816
},
917
"devDependencies": {
1018
"babel-preset-es2015": "^6.0.15",
1119
"babelify": "^7.2.0",
1220
"browserify": "^11.2.0",
1321
"del": "^2.0.2",
14-
"express": "^4.13.3",
15-
"express-handlebars": "^2.0.1",
1622
"glob": "^5.0.15",
1723
"gulp": "^3.9.0",
1824
"gulp-autoprefixer": "^3.1.0",
@@ -30,6 +36,7 @@
3036
"gulp-streamify": "^1.0.2",
3137
"gulp-uglify": "^1.4.2",
3238
"gulp-util": "^3.0.6",
39+
"nodemon": "^1.8.1",
3340
"require-dir": "^0.3.0",
3441
"run-sequence": "^1.1.4",
3542
"sw-precache": "^2.2.0",

0 commit comments

Comments
 (0)