-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 862 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
{
"name": "ensemble",
"version": "1.0.0",
"description": "A collaborative game development project",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jerenaux/ensemble.git"
},
"keywords": [
"Phaser",
"Socket.io",
"HTML5",
"Game",
"Multiplayer",
"Collaborative"
],
"author": "Jerome Renaux",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jerenaux/ensemble/issues"
},
"homepage": "https://github.com/Jerenaux/ensemble#readme",
"dependencies": {
"body-parser": "^1.17.1",
"connect-multiparty": "^2.0.0",
"express": "^4.14.0",
"mathjs": "^3.12.0",
"mongodb": "^2.2.16",
"nodemailer": "^4.0.1",
"socket.io": "^1.7.2"
}
}