File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
"readmeFilename" : " README.md" ,
8
8
"main" : " app.js" ,
9
9
"scripts" : {
10
- "postinstall" : " npm run bower && npm run css && npm run js" ,
11
- "bower" : " bower install" ,
12
- "css" : " minify ./web/css/app.css" ,
13
- "js" : " browserify ./js/app.js -o ./web/js/app.js && minify ./web/js/app.js" ,
14
- "js-watch" : " watchify ./js/app.js -o ./web/js/app.js" ,
15
- "start" : " node cluster.js" ,
16
- "start-watch" : " nodemon --watch modules app.js" ,
17
- "test" : " mocha -R spec"
10
+ "postinstall" : " npm run bower && npm run css && npm run js" ,
11
+ "bower" : " bower install" ,
12
+ "css" : " minify ./web/css/app.css" ,
13
+ "js" : " browserify ./js/app.js -o ./web/js/app.js && minify ./web/js/app.js" ,
14
+ "js-watch" : " watchify ./js/app.js -o ./web/js/app.js" ,
15
+ "start" : " node cluster.js" ,
16
+ "start-watch" : " nodemon --watch modules app.js" ,
17
+ "test" : " mocha -R spec"
18
18
},
19
19
"dependencies" : {
20
20
"dragonnodejs" : " ^4.0.4" ,
You can’t perform that action at this time.
0 commit comments