aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ff173fe85fb7692cf285249e1991f70bd7f2de1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "pokebot",
  "version": "1.0.0",
  "description": "",
  "main": "bot.js",
  "scripts": {
    "test": "node test.js"
  },
  "author": "Alee, Justin, and Trey",
  "license": "GPL-3.0",
  "dependencies": {
    "canvas": "^1.6.10",
    "dblapi.js": "^1.2.1",
    "discord.js": "^11.3.2",
    "quick.db": "^6.2.0",
    "raven": "^2.6.0",
    "request-promise": "^4.2.2",
    "snekfetch": "^4.0.0"
  }
}