asdqwex/discobot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "discobot",
  "version": "0.0.20",
  "description": "bot 4 discord",
  "main": "_build/index.js",
  "scripts": {
    "dev": "./node_modules/.bin/gulp watch",
    "start": "node _build",
    "test": "./node_modules/.bin/gulp test",
    "mocha": "mocha test/**/*.spec.js --compilers js:babel-register --watch --growl --recursive"
  },
  "bin": "_build/index.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/asdqwex/discobot.git"
  },
  "keywords": [
    "discord",
    "bot"
  ],
  "contributors": [
    {
      "name": "Matthew Ellsworth"
    },
    {
      "name": "Seandon 'erulabs' Mooy"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/asdqwex/discobot/issues"
  },
  "homepage": "https://github.com/asdqwex/discobot#readme",
  "dependencies": {
    "discord.io": "^1.8.8",
    "fortune-teller": "^0.1.2",
    "giphy-api": "^1.1.15",
    "glob": "^7.0.3",
    "googleapis": "^5.2.1",
    "imgflipper": "^1.0.1",
    "node-opus": "^0.1.12",
    "node-schedule": "^1.1.0",
    "random-js": "^1.0.8",
    "request": "^2.72.0",
    "sifter": "^0.4.5",
    "table": "^3.7.8",
    "urban": "^0.3.1",
    "wikijs": "^0.1.3",
    "winston": "^2.2.0",
    "xregexp": "^3.1.0",
    "youtube-search": "^1.0.4"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.7.7",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.7.2",
    "del": "^2.2.0",
    "eslint-config-standard": "^5.1.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "expect": "^1.18.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-develop-server": "^0.5.1",
    "gulp-eslint": "^2.0.0",
    "gulp-mocha": "^2.2.0",
    "gulp-sourcemaps": "^2.0.0-alpha",
    "mocha": "^2.4.5",
    "prepend-file": "^1.3.0",
    "sinon": "^1.17.3"
  }
}