papercats/package.json

31 lines
720 B
JSON
Raw Normal View History

{
"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",
2017-02-24 01:49:41 -05:00
"serve-static": "^1.11.2",
2017-02-26 18:01:57 -05:00
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
}
}