papercats/package.json
2017-03-05 17:13:07 +00:00

35 lines
839 B
JSON

{
"name": "blockly-io",
"version": "0.9.0",
"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/theKidOfArcrania/Blockly-IO.git"
},
"keywords": [
"Blockly-IO",
"Paper-IO",
"IO",
"Game"
],
"author": "theKidOfArcrania",
"license": "MIT",
"bugs": {
"url": "https://github.com/theKidOfArcrania/Blockly-IO/issues"
},
"homepage": "https://github.com/theKidOfArcrania/Blockly-IO#readme",
"dependencies": {
"compression": "^1.6.2",
"express": "^4.15.0",
"finalhandler": "^1.0.0",
"serve-static": "^1.11.2",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"socket.io-proxy": "^1.0.3"
}
}