{
  "name": "kickerd",
  "version": "1.4.4",
  "description": "source configuration from various inputs and kick the service when they change",
  "main": "./src/index.js",
  "bin": "./bin/kickerd.js",
  "scripts": {
    "pretest": "standard",
    "test": "node_modules/mocha/bin/mocha ./spec/*.spec.js",
    "coverage": "nyc npm test",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm-wharf/kickerd.git"
  },
  "keywords": [
    "configuration",
    "etcd"
  ],
  "author": "Alex Robson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm-wharf/kickerd/issues"
  },
  "homepage": "https://github.com/npm-wharf/kickerd#readme",
  "devDependencies": {
    "chai": "^4.0.2",
    "chai-as-promised": "^7.0.0",
    "coveralls": "^2.13.1",
    "mocha": "^3.4.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.0.3",
    "rimraf": "^2.6.2",
    "sinon": "^2.3.8",
    "sinon-chai": "^2.12.0",
    "standard": "^10.0.2",
    "standard-version": "^4.2.0"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "bole": "^3.0.2",
    "etcd-lock": "^1.1.0",
    "mkdirp": "^0.5.1",
    "node-etcd": "^5.1.0",
    "nunjucks": "^3.0.1",
    "read-pkg-up": "^2.0.0",
    "renv": "^2.0.0",
    "shell-quote": "^1.6.1",
    "toml-j0.4": "^1.0.10",
    "yargs": "^8.0.2"
  },
  "standard": {
    "env": [
      "mocha"
    ],
    "globals": [
      "sinon"
    ]
  }
}
