forked from Noxeangel/DEMOG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "DEMOG",
"version": "0.1.0",
"description": "DIctator Game Experiment through multiplayer online games",
"main": "app.js",
"dependencies": {
"body-parser": "1.12.0",
"json": "0.0.14",
"express": "3.2.6",
"newrelic": "1.9.0",
"node-uuid": "1.4.1",
"node-inspector": "0.7.4",
"ejs": "1.0.0",
"nodemailer": "0.6.5",
"nodemailer-smtp-transport": "*",
"nodemailer-sendgrid-transport": "*",
"sendgrid":"*",
"logfmt": "1.1.2",
"routes": "1.1.0",
"socket.io": "0.9.6",
"urlencode": "0.2.0"
},
"engines": {
"npm": "2.7.0",
"node": "0.12.0"
},
"devDependencies": {},
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "http://github.com/Noxeangel/DEMOG.git"
},
"keywords": [
"game",
"multiplayer",
"experiment",
"dictator",
"invaders",
"rabbit"
],
"author": "Olivier Allouard",
"license": "MIT",
"bugs": {
"url": "https://github.com/Noxeangel/DEMOG/issues"
},
"homepage": "https://github.com/Noxeangel/DEMOG"
}