From 64215b4dc188ec59b16ca5613c7e8cd06003b8ed Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 9 Jun 2015 21:57:22 +0200 Subject: [PATCH] Added package.json --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..98c273d --- /dev/null +++ b/package.json @@ -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" +}