{
  "name": "jestas",
  "description": "Show Jenkins build statuses from the command line",
  "version": "1.3.0",
  "author": "Mike Arvela <mike@arvela.net>",
  "bin": {
    "jestas": "run.js"
  },
  "bugs": {
    "url": "https://github.com/mieky/jestas/issues"
  },
  "dependencies": {
    "babel-cli": "^6.18.0",
    "babel-core": "^6.0.0",
    "babel-preset-es2015": "^6.18.0",
    "cli-color": "^1.1.0",
    "find-config": "^1.0.0",
    "fuzzy": "^0.1.3",
    "node-fetch": "^1.6.3",
    "pad": "^1.0.2",
    "yargs": "^6.4.0"
  },
  "devDependencies": {
    "righteous-js": "^1.0.2"
  },
  "eslintConfig": {
    "extends": "./node_modules/righteous-js/.eslintrc.js"
  },
  "homepage": "https://github.com/mieky/jestas",
  "keywords": [
    "cli",
    "jenkins",
    "status"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mieky/jestas.git"
  },
  "scripts": {
    "build": "node_modules/.bin/babel src --out-dir dist --presets=es2015",
    "lint": "node_modules/righteous-js/lint.js",
    "postinstall": "npm run build"
  }
}
