{
  "name": "gce-elastic-docker",
  "version": "1.6.3",
  "main": "dist/src/entry",
  "scripts": {
    "main": "npm run tsc && npm run lint && npm run flatten",
    "tsc": "rm -rf tsc-out && tsc --outDir tsc-out && rm -rf tsc-out",
    "lint": "tslint -p tsconfig.json",
    "flatten": "rm -rf dist && gulp flatten -c",
    "prepublishOnly": "npm run main"
  },
  "keywords": [
    "Docker",
    "Elasticsearch",
    "Google Compute Engine",
    "Kibana"
  ],
  "author": "Vincent S",
  "license": "MIT",
  "dependencies": {
    "apache-md5": "^1.1.2",
    "fs-extra": "^7.0.0",
    "js-yaml": "^3.12.0",
    "tempy": "^0.2.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^5.0.4",
    "@types/js-yaml": "^3.11.2",
    "@types/node": "^10.10.3",
    "@types/tempy": "^0.1.0",
    "gulp": "^3.9.1",
    "gulp-cached": "^1.1.1",
    "gulp-typescript": "^5.0.0-alpha.3",
    "gulp-watch": "^5.0.1",
    "tslint": "^5.11.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.0.3",
    "yargs": "^12.0.2"
  },
  "description": "A package to help setup Elasticsearch / Kibana clusters on Google Compute Engine.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VincentJ711/gce-elastic-docker.git"
  },
  "bugs": {
    "url": "https://github.com/VincentJ711/gce-elastic-docker/issues"
  },
  "homepage": "https://github.com/VincentJ711/gce-elastic-docker#readme"
}
