-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 970 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 970 Bytes
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
42
43
{
"name": "transformers",
"version": "0.3.0",
"description": "Arena battle",
"main": "server.js",
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"connect": "^3.6.3",
"connect-mongo": "^1.3.2",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"ejs-locals": "^1.0.2",
"express": "^4.15.3",
"express-session": "^1.15.5",
"mime": "^1.3.6",
"mongodb": "^2.2.31",
"mongoose": "^4.10.8",
"morgan": "^1.8.2",
"nconf": "^0.8.4",
"path": "^0.12.7",
"serve-favicon": "~2.4.2",
"socket.io": "^2.0.3",
"winston": "^2.3.1"
},
"devDependencies": {
"domain": "0.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": ".git"
},
"author": "Nikita Subbot",
"license": "ISC"
}