From 5ba35d3c825b464b0a896421f3bc97c62898c37c Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 9 Jun 2015 23:31:27 +0200 Subject: [PATCH] Dependency managing --- README.md | 4 +++- bower.json | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b156131..d2f9cdd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #Web-browser client for [agar.io](http://agar.io) A small browser-based graphical client for agar.io, written using [pixijs](http://www.pixijs.com/) and [agario-client](https://github.com/pulviscriptor/agario-client). +[![Dependency Status](https://gemnasium.com/GeoffreyFrogeye/agario-webclient.svg)](https://gemnasium.com/GeoffreyFrogeye/agario-webclient) + **DISCLAIMER:** This project isn't affiliated with agar.io in any way. When playing with this client, you don't get ads, which is nice for you maybe, but it doesn't pay for the servers needed to run the game. @@ -9,6 +11,6 @@ A small browser-based graphical client for agar.io, written using [pixijs](http: * Clone the repo. * Install [gulp](http://gulpjs.com/) globally `npm install -g gulp` -* Install required dependencies `npm install` +* Install required dependencies `npm install` * Run `gulp` * Open `app.html` from the browser diff --git a/bower.json b/bower.json index 1bf8c11..963e5a0 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,6 @@ ], "license": "MIT", "dependencies": { - "pixijs": "~1.3.0", "dat.gui": "*", "stats.js": "*", "pixi.js": "~3.0.6"