forked from andrew-weber/granny-volcano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "game",
"version": "1.0.0",
"description": "Not really sure what my plans are with this game, some of my early plans are to use Phaser to create a multiplayer online game.\r Including Socket.io and node backend.",
"main": "index.js",
"dependencies": {
"colors": "^1.0.3",
"corser": "^2.0.0",
"easyrtc": "^1.0.15",
"ecstatic": "^0.7.6",
"express": "^4.13.3",
"http-proxy": "^1.11.1",
"http-server": "^0.8.0",
"opener": "^1.4.1",
"optimist": "^0.6.1",
"portfinder": "^0.4.0",
"request": "^2.49.0",
"socket.io": "^1.3.6",
"stylezero": "^2.2.0",
"union": "^0.4.4",
"vows": "^0.7.0"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/adw45/game.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adw45/game/issues"
},
"homepage": "https://github.com/adw45/game"
}