lgaticaq/hubot-help-private

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-help-private",
  "version": "2.0.0",
  "description": "A hubot script to show available hubot commands as private message",
  "main": "src",
  "scripts": {
    "pretest": "coffeelint src test",
    "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-help-private.git"
  },
  "keywords": [
    "hubot",
    "hubot-scripts"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgaticaq/hubot-help-private/issues"
  },
  "homepage": "https://github.com/lgaticaq/hubot-help-private#readme",
  "dependencies": {},
  "devDependencies": {
    "chai": "^4.0.0",
    "codeclimate-test-reporter": "^0.5.0",
    "coffee-coverage": "^2.0.1",
    "coffee-script": "^1.12.6",
    "coffeelint": "^1.16.0",
    "coveralls": "^2.13.1",
    "generate-changelog": "^1.1.0",
    "hubot-test-helper": "^1.5.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.1"
  }
}