{
  "name": "ngx",
  "version": "2.4.0",
  "description": "The Data-driven nginx configuration manager",
  "bin": {
    "ngx": "lib/bin/ngx.js",
    "ngx-reload": "lib/bin/reload.js",
    "ngx-start": "lib/bin/start.js",
    "ngx-restart": "lib/bin/restart.js",
    "ngx-stop": "lib/bin/stop.js",
    "ngx-test": "lib/bin/test.js",
    "ngx-list": "lib/bin/list.js",
    "ngx-down": "lib/bin/down.js",
    "ngx-build": "lib/bin/build.js"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "npm run build && node --harmony ./node_modules/.bin/ava --verbose --timeout=10s",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-ngx.git"
  },
  "keywords": [
    "ngx",
    "nginx",
    "cli",
    "configuration",
    "template",
    "tools"
  ],
  "engines": {
    "node": ">=4"
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-ngx/issues"
  },
  "ava": {
    "require": "babel-register",
    "babel": {
      "babelrc": true
    },
    "files": [
      "test/*.js"
    ]
  },
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-syntax-trailing-function-commas": "^6.13.0",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.16.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
    "babel-plugin-transform-exponentiation-operator": "^6.8.0",
    "babel-plugin-transform-inline-environment-variables": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.16.0"
  },
  "dependencies": {
    "code-stringify": "^1.2.3",
    "commander": "^2.14.1",
    "cross-spawn": "^6.0.4",
    "debug": "^3.1.0",
    "fs-extra": "^5.0.0",
    "globby": "^8.0.0",
    "is-glob": "^4.0.0",
    "js-yaml": "^3.10.0",
    "json5": "^0.5.1",
    "make-array": "^1.0.3",
    "once": "^1.4.0",
    "pre-suf": "^1.0.4",
    "typo": "^1.0.6",
    "typo-chalk": "^1.0.0"
  }
}
