summaryrefslogtreecommitdiff
path: root/package.json
blob: ff7f661f1f8eefa34aa3ff39772afffbed8b779e (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
{
  "name": "aleebot",
  "version": "1.0.8.5",
  "description": "A chat bot for discord written in discord.js.",
  "main": "aleebot.js",
  "dependencies": {
    "discord.js": "^11.1.0",
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AleeCorp/AleeBot.git"
  },
  "keywords": [
    "discord",
    "discord-bot",
    "javascript"
  ],
  "author": "AleeCorp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AleeCorp/AleeBot/issues"
  },
  "homepage": "https://github.com/AleeCorp/AleeBot#readme"
}