lgaticaq/hubot-anime-dl

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-anime-dl",
  "version": "2.1.2",
  "description": "A Hubot script to download anime videos",
  "main": "src",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul",
    "posttest": "istanbul report text-summary lcov",
    "coveralls": "coveralls < coverage/lcov.info",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lgaticaq/hubot-anime-dl.git"
  },
  "keywords": [
    "hubot",
    "hubot-scripts",
    "anime"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgaticaq/hubot-anime-dl/issues"
  },
  "homepage": "https://github.com/lgaticaq/hubot-anime-dl#readme",
  "dependencies": {
    "anime-dl": "^4.0.3"
  },
  "devDependencies": {
    "chai": "4.3.4",
    "coffee-coverage": "2.0.1",
    "coffee-script": "1.12.7",
    "coveralls": "3.1.0",
    "generate-changelog": "1.8.0",
    "hubot-test-helper": "1.9.0",
    "istanbul": "0.4.5",
    "mocha": "5.2.0",
    "proxyquire": "1.8.0"
  }
}