Inital commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
lib/game/Enemy.js
0 → 100644
lib/game/GameObject.js
0 → 100644
lib/game/StarGazerState.js
0 → 100644
lib/game/World.js
0 → 100644
lib/rooms/StarGazerRoom.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "my-app", | ||
"version": "1.0.0", | ||
"description": "npm init template for bootstraping an empty Colyseus project", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"loadtest": "colyseus-loadtest loadtest/example.js --room my_room --numClients 2", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "UNLICENSED", | ||
"bugs": { | ||
"url": "https://github.com/colyseus/create-colyseus/issues" | ||
}, | ||
"homepage": "https://github.com/colyseus/create-colyseus#readme", | ||
"devDependencies": { | ||
"@colyseus/loadtest": "^0.11.0" | ||
}, | ||
"dependencies": { | ||
"@colyseus/monitor": "^0.11.0", | ||
"@colyseus/social": "^0.10.2", | ||
"colyseus": "^0.11.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.16.4", | ||
"express-jwt": "^5.3.1" | ||
} | ||
} |
Please
register
or
sign in
to comment