aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 37b9972cd37c2a1d06e91f576aacd9c2e247508d (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": {
    "start": "node bot.js"
  },
  "author": "Alee, Justin, and Trey",
  "license": "GPL-3.0",
  "dependencies": {
    "dblapi.js": "^1.2.0",
    "discord.js": "^11.3.0",
    "quick.db": "^7.0.0-b22",
    "raven": "^2.6.0",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "snekfetch": "^4.0.0-rc.0"
  }
}