aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 922707a7a2cfcba5764192df4141cca921d2850c (plain) (blame)
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
{
  "name": "aleebot",
  "version": "2.0.0",
  "description": "A chat bot for discord written in discord.js.",
  "main": "src/bot.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AleeCorp/AleeBot.git"
  },
  "author": "AleeCorp",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/AleeCorp/AleeBot/issues"
  },
  "homepage": "https://github.com/AleeCorp/AleeBot#readme",
  "dependencies": {
    "blessed": "^0.1.81",
    "dblapi.js": "^2.0.0",
    "discord-eco": "0.0.10",
    "discord.js": "^11.3.1",
    "fs": "0.0.1-security",
    "git-last-commit": "^0.3.0",
    "moment": "^2.21.0",
    "os": "^0.1.1",
    "readline": "^1.3.0"
  },
  "devDependencies": {}
}