-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
35 lines (35 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ogar-feeder-bot",
"version": "1.0.0",
"description": "A Bot for ogar servers which follows your mouse and other cool stuff.",
"main": "feeder.js",
"dependencies": {
"agario-client": "latest",
"https-proxy-agent": "latest",
"ws": "latest",
"socket.io": "latest",
"socket.io-client": "latest",
"socks": "latest",
"fs-extra": "latest"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmann4/ogar-feeder-bot.git"
},
"keywords": [
"ogar",
"agario",
"feeder",
"bot"
],
"author": "David Mann",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmann4/agario-feeder-bot/issues"
},
"homepage": "https://github.com/davidmann4/agario-feeder-bot#readme"
}