-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 989 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 989 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
35
36
37
{
"name": "angular-prototype",
"description": "Angular Prototype Application",
"homepage": "https://github.com/coding-house-jan2015/angular-prototype",
"engines": {
"node": "0.12.x"
},
"keywords": [
"gulp",
"jshint",
"jscs",
"server",
"hapi",
"node",
"mongo",
"mongoose",
"angular"
],
"author": "Chyld Medford <chyld.medford@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/coding-house-jan2015/angular-prototype.git"
},
"version": "1.0.0",
"scripts": {
"start": "node server/index.js",
"localhost": "MONGO_URL=mongodb://localhost/angular-prototype-prod PORT=3333 nodemon -e js,jade server/index.js",
"preinstall": "rm -rf node_modules public",
"postinstall": "bower install && gulp build",
"test": "MONGO_URL=mongodb://localhost/angular-prototype-test lab -l -v -m 5000 test/unit test/acceptance"
},
"license": "MIT",
"dependencies": {
},
"devDependencies": {
}
}