aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 407f2d18faab4308d998ad056b747569e3ad56a9 (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
{
  "name": "aleebot",
  "version": "2.0.0",
  "description": "A chat bot for discord written in discord.js.",
  "main": "src/bot.js",
  "scripts": {
    "start": "electron ./src/."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AleeCorp/AleeBot.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AleeCorp/AleeBot/issues"
  },
  "homepage": "https://github.com/AleeCorp/AleeBot#readme",
  "dependencies": {
    "discord.js": "^11.2.1",
    "electron": "^1.7.9"
  }
}