Added package.json

This commit is contained in:
Geoffrey Frogeye 2015-06-09 21:57:22 +02:00
parent 516d0ff695
commit 64215b4dc1

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "agario-webclient",
"version": "0.0.5",
"description": "Web-based agar.io client implementation with graphical display",
"dependencies": {
"agario-client": "^0.0.8"
},
"files": [
"agario-client.js",
"example.js",
"packet.js"
],
"scripts": {
"test": "node example.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GeoffreyFrogeye/agario-webclient.git"
},
"keywords": [
"agar.io",
"pixijs"
],
"author": "GeoffreyFrogeye",
"bugs": {
"url": "https://github.com/GeoffreyFrogeye/agario-webclient/issues"
},
"homepage": "https://github.com/GeoffreyFrogeye/agario-webclient"
}