-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 930 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
{
"name": "ng-mmo",
"version": "0.0.1",
"description": "Node, Express, MongoDB, and Angular multiplayer game platform",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jmarlow4/ng-mmo.git"
},
"author": "Jason Marlow",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jmarlow4/ng-mmo/issues"
},
"homepage": "https://github.com/jmarlow4/ng-mmo#readme",
"dependencies": {
"body-parser": "~1.12.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"debug": "~2.2.0",
"ejs": "^2.3.1",
"express": "~4.12.4",
"express-session": "^1.11.2",
"forever": "^0.14.1",
"method-override": "^2.3.3",
"mongoose": "^4.0.4",
"morgan": "~1.5.3",
"passport": "~0.2.2",
"passport-local": "~1.0.0",
"serve-favicon": "~2.2.1",
"socket.io": "^1.3.5"
}
}