papercats/package.json
StevenJoeZhang 5c72a93605 Username
2019-01-16 16:00:38 +08:00

31 lines
654 B
JSON

{
"name": "Paper-io",
"version": "0.0.1",
"description": "An multiplayer-IO type game (cloned from Paper-IO)",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenjoezhang/paper.io.git"
},
"keywords": [
"Paper-IO",
"IO",
"Game"
],
"author": "theKidOfArcrania",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenjoezhang/paper.io/issues"
},
"homepage": "https://github.com/stevenjoezhang/paper.io",
"dependencies": {
"finalhandler": "^1.1.1",
"serve-static": "^1.13.2",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
}