Dependency managing
This commit is contained in:
parent
8c32387f4a
commit
5ba35d3c82
|
@ -1,5 +1,7 @@
|
||||||
#Web-browser client for [agar.io](http://agar.io)
|
#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).
|
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.
|
**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.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"pixijs": "~1.3.0",
|
|
||||||
"dat.gui": "*",
|
"dat.gui": "*",
|
||||||
"stats.js": "*",
|
"stats.js": "*",
|
||||||
"pixi.js": "~3.0.6"
|
"pixi.js": "~3.0.6"
|
||||||
|
|
Reference in a new issue