papercats/package.json
StevenJoeZhang b535f5c354 Format code
2019-01-16 11:07:52 +08:00

31 lines
673 B
JSON

{
"name": "paper-io",
"version": "0.0.1",
"description": "An multiplayer-IO type game (cloned from Paper-IO)",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}