Skip to content

Commit 02f1972

Browse files
committedAug 20, 2015
Formatting
1 parent 7ba7fd3 commit 02f1972

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed
 

‎package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
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+
}
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.