jaredallard/shinojs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "shinojs",
  "version": "4.0.0",
  "description": "A node.js Twitter bot framework.",
  "main": "./lib/shino.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jaredallard/shinojs.git"
  },
  "author": "Jared Allard <jaredallard@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jaredallard/shinojs/issues"
  },
  "homepage": "https://github.com/jaredallard/shinojs#readme",
  "dependencies": {
    "async": "^2.6.0",
    "debug": "^3.1.0",
    "handlebars": "^4.0.11",
    "lodash": "^4.17.4",
    "natural": "^0.5.4",
    "node-telegram-bot-api": "^0.30.0",
    "random-string": "^0.2.0",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "sentiment": "^4.1.0",
    "twit": "^2.2.9"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.3",
    "mocha": "^4.1.0"
  }
}