summaryrefslogtreecommitdiff
path: root/package.json
blob: 88050ed1e72460e45e9c8f4b322fa3ed80c194dd (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
{
  "name": "aleebot",
  "version": "2.0.0",
  "description": "A chat bot for discord written in discord.js.",
  "main": "src/bot.js",
  "scripts": {
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AleeCorp/AleeBot.git"
  },
  "author": "AleeCorp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AleeCorp/AleeBot/issues"
  },
  "homepage": "https://github.com/AleeCorp/AleeBot#readme",
  "dependencies": {
    "discord.js": "^11.3.1",
    "fs": "0.0.1-security",
    "moment": "^2.21.0",
    "node-telegram-bot-api": "^0.29.0",
    "simple-youtube-api": "^5.0.1"
  },
  "devDependencies": {}
}