-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 KB
/
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
{
"name": "project-3-project-harder",
"version": "1.0.0",
"description": "Fan multiplayer game based off of Super Robot Wars Original Generation 2",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MagentaReds/project-3-srw-multiplayer.git"
},
"author": "Grant Daniels, Jacob Wallace, Zach Zador",
"license": "ISC",
"bugs": {
"url": "https://github.com/MagentaReds/project-3-srw-multiplayer/issues"
},
"homepage": "https://github.com/MagentaReds/project-3-srw-multiplayer#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"connect-ensure-login": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"debug": "^2.6.8",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.3",
"mongoose": "^4.10.0",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"socket.io": "^2.0.1"
}
}