{
  "name": "focabot",
  "version": "1.1.4",
  "description": "Music with Seals!",
  "main": "main.js",
  "engines": {
    "node": "^8.0.0"
  },
  "scripts": {
    "start": "node main.js"
  },
  "bin": {
    "focabot": "cli/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FocaBot/FocaBot.git"
  },
  "keywords": [
    "discord",
    "bot",
    "music",
    "focabot"
  ],
  "author": "TheBITLINK aka BIT <me@thebitlink.com> (https://thebit.link/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FocaBot/FocaBot/issues"
  },
  "homepage": "https://github.com/FocaBot/FocaBot#README",
  "dependencies": {
    "azarasi": "^2.2.0-alpha2",
    "chance": "^1.0.4",
    "cheerio": "^1.0.0-rc.2",
    "coffeescript": "^2.1.1",
    "dotenv": "^2.0.0",
    "ffmpeg-downloader": "^1.3.1",
    "inquirer": "^7.0.0",
    "json-format": "^0.1.2",
    "json-prune": "^1.0.1",
    "mathjs": "^3.8.0",
    "mkdirp": "^0.5.1",
    "moment": "^2.14.1",
    "node-osu": "1.3.0",
    "request": "^2.74.0",
    "request-promise": "^4.1.1",
    "require-reload": "^0.2.2",
    "tumblr.js": "^1.1.1",
    "ytdl-getinfo": "^1.0.5"
  },
  "devDependencies": {},
  "standard": {
    "globals": [
      "Core",
      "BotCommand",
      "BotModule"
    ]
  }
}
