{
  "name": "@arobson/hikaru",
  "version": "1.4.3",
  "description": "A continuous deployment service and integration helper for kubernetes",
  "main": "src/index.js",
  "bin": {
    "hikaru": "./bin/hikaru.js"
  },
  "dependencies": {
    "auto-kubernetes-client": "^0.4.3",
    "bluebird": "^3.5.1",
    "bole": "^3.0.2",
    "chalk": "^2.1.0",
    "deftly": "^1.1.0",
    "deftly-express": "^1.1.2",
    "dot-env": "0.0.1",
    "express": "^4.16.2",
    "fount": "1.1.x",
    "inquirer": "^3.3.0",
    "js-yaml": "^3.9.0",
    "json-stream": "^1.0.0",
    "lodash": "^4.16.2",
    "mcgonagall": "1.4.x",
    "multiparty": "^4.1.3",
    "pluralize": "^7.0.0",
    "rimraf": "^2.6.2",
    "semver": "^5.4.1",
    "toml-j0.4": "^1.1.1",
    "yargs": "^9.0.1"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^2.13.1",
    "mocha": "^3.4.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.0.3",
    "sinon": "^2.3.8",
    "sinon-chai": "^2.12.0",
    "standard": "^10.0.2",
    "standard-version": "^4.2.0"
  },
  "scripts": {
    "pretest": "standard",
    "test": "node_modules/mocha/bin/mocha spec/*.spec.js",
    "coverage": "nyc npm test",
    "continuous": "./node_modules/mocha/bin/mocha spec/*.spec.js -w",
    "release": "standard-version",
    "standard": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm-wharf/hikaru.git"
  },
  "keywords": [
    "kubernetes",
    "deployment"
  ],
  "author": "Alex Robson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm-wharf/hikaru/issues"
  },
  "homepage": "https://github.com/npm-wharf/hikaru#readme",
  "standard": {
    "env": [
      "mocha"
    ]
  }
}
