-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
31
32
33
{
"name": "matusaisp-monitor",
"version": "1.0.0",
"description": "",
"main": "app/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaimehrubiks/matusaisp-monitor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaimehrubiks/matusaisp-monitor/issues"
},
"homepage": "https://github.com/jaimehrubiks/matusaisp-monitor#readme",
"dependencies": {
"body-parser": "^1.17.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"express-session": "^1.15.1",
"mongodb": "^2.2.25",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^1.7.3"
}
}