{
  "name": "kubernetes-bootstrap",
  "version": "0.5.0-1",
  "description": "Tool for processing a set of (mustache) templates into a kubernetes cluster",
  "main": "src/bootstrap.js",
  "bin": "src/bootstrap.js",
  "scripts": {
    "lint": "eslint src test",
    "test": "nyc mocha --recursive test/**/*.spec.js",
    "prepublish": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Collaborne/kubernetes-bootstrap.git"
  },
  "keywords": [
    "kubernetes",
    "bootstrap",
    "mustache",
    "template"
  ],
  "author": "Collborne B.V. <opensource@collaborne.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Collaborne/kubernetes-bootstrap/issues"
  },
  "homepage": "https://github.com/Collaborne/kubernetes-bootstrap#readme",
  "dependencies": {
    "auto-kubernetes-client": "^0.6.1",
    "aws-sdk": "^2.455.0",
    "deepmerge": "^4.0.0",
    "js-yaml": "^3.9.0",
    "log4js": "^5.0.0",
    "mkdirp": "^0.5.1",
    "mustache": "^3.0.0",
    "path-is-inside": "^1.0.2",
    "urijs": "^1.18.10",
    "walk": "^2.3.9",
    "yargs": "^14.0.0"
  },
  "devDependencies": {
    "cross-env": "^6.0.0",
    "eslint": "^6.0.0",
    "eslint-config-collaborne": "^1.4.0",
    "mocha": "^6.0.0",
    "nyc": "^14.0.0"
  }
}
