-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 879 Bytes
/
package.json
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
{
"name": "relayradar",
"version": "1.0.0",
"description": "This was my Front-End Capstone for Nashville Software School, but I will continue to work and develop it as a side project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"start": "node server.js",
"serve": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAOstrander/relay-radar.git"
},
"author": "Mathew Ostrander <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MAOstrander/relay-radar/issues"
},
"homepage": "https://github.com/MAOstrander/relay-radar#readme",
"dependencies": {
"bower": "^1.7.7",
"express": "^4.13.4",
"mongoose": "^4.4.4"
},
"devDependencies": {
"nodemon": "^1.9.0"
}
}