-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 876 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
{
"name": "arenabattleio",
"version": "1.0.0",
"description": "Welcome to ArenaBattle!\r Currently, we're in the process of making a game many people will love, and it will be made with phaser 3.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kryptocrash/arenabattleio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kryptocrash/arenabattleio/issues"
},
"homepage": "https://github.com/kryptocrash/arenabattleio#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-register": "^6.26.0",
"express": "^4.16.4",
"parcel-bundler": "^1.11.0",
"phaser": "^3.15.1",
"planck-js": "^0.3.3",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"uuid": "^3.3.2"
}
}