-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
36
37
38
39
{
"name": "ww.io",
"version": "1.0.0",
"description": "Challenge your friends and become the ultimate strategist",
"main": "index.js",
"dependencies": {
"express": "^4.13.3",
"mysql": "^2.9.0",
"nodemon": "^1.5.1",
"request": "^2.62.0",
"socket.io": "^1.3.6",
"mongodb" : "^2.0.x",
"ejs": "^2.0.0",
"newrelic": "^1.15.0",
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NullCodex/ww.io.git"
},
"keywords": [
"risk",
"global",
"warfare",
"game",
"strategy"
],
"author": "Mustaqeem Khowaja, Xiaozhuo Yu, Kelvin Jiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/NullCodex/ww.io/issues"
},
"homepage": "https://github.com/NullCodex/ww.io#readme"
}