papercats/package.json
2017-02-26 23:01:57 +00:00

31 lines
720 B
JSON

{
"name": "paper-io",
"version": "0.9.0",
"description": "An multiplayer-IO type game (cloned)",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theKidOfArcrania/PaperIO-Web.git"
},
"keywords": [
"Paper-IO",
"IO",
"Game"
],
"author": "theKidOfArcrania",
"license": "MIT",
"bugs": {
"url": "https://github.com/theKidOfArcrania/PaperIO-Web/issues"
},
"homepage": "https://github.com/theKidOfArcrania/PaperIO-Web#readme",
"dependencies": {
"finalhandler": "^1.0.0",
"serve-static": "^1.11.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
}
}