-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 926 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
34
35
36
37
38
39
40
41
{
"name": "multivisionfinal",
"version": "1.0.0",
"description": "Awesome app",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "6.11.2",
"npm": "3.10.10"
},
"author": "VP",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"connect-mongostore": "^0.1.4",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"mongoose": "^5.0.2",
"morgan": "^1.9.0",
"node-static": "^0.7.10",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"socket.io": "^2.0.4",
"stylus": "^0.54.5"
},
"devDependencies": {
"karma": "^2.0.0",
"karma-chai-plugins": "^0.9.0",
"karma-mocha": "^1.3.0",
"mocha": "^5.0.0"
}
}