papercats/package.json
2020-02-04 11:08:01 +08:00

33 lines
768 B
JSON

{
"name": "paper-io",
"version": "0.0.1",
"description": "An multiplayer-IO type game (cloned from Paper-IO)",
"main": "server.js",
"scripts": {
"build": "browserify client.js | terser > public/js/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenjoezhang/paper.io.git"
},
"keywords": [
"Paper-IO",
"IO",
"Game"
],
"author": "Mimi <stevenjoezhang@gmail.com> https://zhangshuqiao.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenjoezhang/paper.io/issues"
},
"homepage": "https://github.com/stevenjoezhang/paper.io",
"dependencies": {
"browserify": "^16.5.0",
"chalk": "^3.0.0",
"express": "^4.17.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"terser": "^4.6.3"
}
}