-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 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": "mapapp",
"version": "1.0.0",
"engines": {
"node":"v5.2.0"
},
"description": "Interactive Map",
"main": "server/server.js",
"scripts": {
"start": "node ./server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower cache clean && bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FragrantNumerator/MapApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/m-sandusky/FragrantNumerator/issues"
},
"homepage": "https://github.com/FragrantNumerator/MapApp#readme",
"dependencies": {
"body-parser": "^1.14.2",
"bower": "^1.7.2",
"express": "^4.13.3",
"express-session": "^1.12.1",
"favicon": "0.0.2",
"mongoose": "^4.3.4",
"passport": "^0.3.2",
"passport-twitter": "^1.0.3",
"socket.io": "^1.4.3",
"socket.io-client": "^1.4.3",
"twit": "^2.1.1"
}
}