{
  "name": "pierreca-jenkins-api",
  "version": "0.0.5",
  "description": "Jenkins API and CLI",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pierreca/dashboards.git"
  },
  "keywords": [
    "jenkins",
    "api",
    "cli"
  ],
  "author": "Pierre Cauchois",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pierreca/dashboards/issues"
  },
  "homepage": "https://github.com/pierreca/dashboards#readme",
  "dependencies": {
    "bluebird": "^3.3.3",
    "chalk": "^1.1.1",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "lokijs": "^1.3.15"
  },
  "bin": {
    "jenkins": "lib/jenkins.js"
  }
}
