hubot-js/gear-jenkins

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gear-jenkins",
  "version": "3.0.0",
  "description": "A Hubot Gear for handle Jenkins tasks",
  "main": "/src/jenkins.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-jenkins.git"
  },
  "keywords": [
    "hubot-gear",
    "hubot",
    "slack",
    "jenkins"
  ],
  "author": "robsonbittencourt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hubot-js/gear-jenkins/issues"
  },
  "homepage": "https://github.com/hubot-js/gear-jenkins#readme",
  "dependencies": {
    "jenkins": "^0.20.0",
    "sqlite": "^2.8.0",
    "q": "^2.0.3",
    "request-promise": "^4.2.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "sinon": "^1.17.7",
    "sinon-as-promised": "^4.0.3",
    "mocha": "^3.4.2",
    "proxyquire": "^1.8.0",
    "istanbul": "^0.4.5",
    "coveralls": "^2.13.1",
    "eslint": "^3.19.0",
    "eslint-config-hubot-js": "^1.0.4"
  }
}