-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 951 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
38
{
"name": "super-duel",
"version": "1.0.0",
"description": "",
"main": "server/app.js",
"scripts": {
"start": "node server/app.js",
"dev": "nodemon --watch server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kiro705/super-duel.git"
},
"author": "Jackson",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kiro705/super-duel/issues"
},
"homepage": "https://github.com/Kiro705/super-duel#readme",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"express": "^4.15.4",
"pg": "^7.4.0",
"pg-hstore": "^2.3.2",
"@orange-games/phaser-input": "^2.0.5",
"phaser": "^2.6.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router-dom": "^4.0.0",
"sequelize": "^4.22.5",
"socket.io": "^2.0.4",
"volleyball": "^1.4.1"
},
"devDependencies": {
}
}