hubot-js/gear-help

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gear-help",
  "version": "2.1.0",
  "description": "A Hubot Gear for enable help and show available commands",
  "main": "/src/help.js",
  "scripts": {
    "test": "istanbul cover --include-all-sources _mocha -- --recursive --reporter spec",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hubot-js/gear-help.git"
  },
  "keywords": [
    "hubot-gear",
    "hubot",
    "slack"
  ],
  "author": "robsonbittencourt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hubot-js/gear-help/issues"
  },
  "homepage": "https://github.com/hubot-js/gear-help#readme",
  "dependencies": {
      
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "sinon": "^2.3.1",
    "mocha": "^3.4.1",
    "istanbul": "^0.4.5",
    "coveralls": "^2.13.1",
    "eslint": "^3.19.0",
    "eslint-config-hubot-js": "^1.0.4"
  }
}