papercats/package.json
StevenJoeZhang 4f53513e4b Update
2019-05-23 16:20:08 +08:00

33 lines
741 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",
"build": "browserify client.js | uglifyjs > public/js/bundle.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": {
"browserify": "^16.2.3",
"express": "^4.16.4",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"uglify-es": "^3.3.9"
}
}