-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 807 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 807 Bytes
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": "isuhackathonspring2018",
"version": "1.0.0",
"description": "TopDown Multiplayer fighter game thing",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxdevos49/ISUHackathonSpring2018.git"
},
"author": "Maxwell DeVos, Mason Timmerman, Thomas Powell, Joseph Naberhaus",
"license": "ISC",
"bugs": {
"url": "https://github.com/maxdevos49/ISUHackathonSpring2018/issues"
},
"homepage": "https://github.com/maxdevos49/ISUHackathonSpring2018#readme",
"devDependencies": {
"socket.io": "^2.0.4"
},
"dependencies": {
"express": "^4.16.3",
"ip": "^1.1.5",
"jsonfile": "^4.0.0",
"nodemon": "^1.17.2",
"phaser": "^3.3.0"
}
}