|
1 | 1 | { |
2 | | - "name": "angularjs-skeleton", |
3 | | - "description": "Skeleton for an AngularJS client application", |
4 | | - "version": "1.0.0", |
5 | | - "homepage": "http://github.com/dragonnodejs/angularjs-skeleton", |
6 | | - "license": "MIT", |
7 | | - "readmeFilename": "README.md", |
8 | | - "main": "app.js", |
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" |
18 | | - }, |
19 | | - "dependencies": { |
20 | | - "dragonnodejs": "^4.0.4", |
21 | | - "dragonnodejs-express": "^2.1.1", |
22 | | - "dragonnodejs-webserver": "^9.1.1", |
23 | | - "bower": "^1.3.12", |
24 | | - "browserify": "^8.1.3", |
25 | | - "minifier": "^0.6.2", |
26 | | - "newrelic": "^1.15.1", |
27 | | - "throng": "^1.0.0" |
28 | | - }, |
29 | | - "devDependencies": { |
30 | | - "mocha": "^2.1.0", |
31 | | - "nodemon": "^1.3.7", |
32 | | - "watchify": "^2.3.0" |
33 | | - }, |
34 | | - "repository": { |
35 | | - "type": "git", |
36 | | - "url": "https://github.com/dragonnodejs/angularjs-skeleton.git" |
37 | | - } |
| 2 | + "name": "angularjs-skeleton", |
| 3 | + "description": "Skeleton for an AngularJS client application", |
| 4 | + "version": "1.0.0", |
| 5 | + "homepage": "http://github.com/dragonnodejs/angularjs-skeleton", |
| 6 | + "license": "MIT", |
| 7 | + "readmeFilename": "README.md", |
| 8 | + "main": "app.js", |
| 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" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "dragonnodejs": "^4.0.4", |
| 21 | + "dragonnodejs-express": "^2.1.1", |
| 22 | + "dragonnodejs-webserver": "^9.1.1", |
| 23 | + "bower": "^1.3.12", |
| 24 | + "browserify": "^8.1.3", |
| 25 | + "minifier": "^0.6.2", |
| 26 | + "newrelic": "^1.15.1", |
| 27 | + "throng": "^1.0.0" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "mocha": "^2.1.0", |
| 31 | + "nodemon": "^1.3.7", |
| 32 | + "watchify": "^2.3.0" |
| 33 | + }, |
| 34 | + "repository": { |
| 35 | + "type": "git", |
| 36 | + "url": "https://github.com/dragonnodejs/angularjs-skeleton.git" |
| 37 | + } |
38 | 38 | } |
0 commit comments