{
  "name": "gridcontrol",
  "version": "0.13.0",
  "description": "Grid control system for scalable micro service applications",
  "repository": {
    "type": "git",
    "url": "git://github.com/gridcontrol/gridcontrol.git"
  },
  "engines": {
    "node": ">=4.0"
  },
  "main": "index.js",
  "apps": [
    {
      "name": "gridcontrol",
      "script": "index.js",
      "env": {
        "PM2_EXTRA_DISPLAY": "true"
      }
    }
  ],
  "scripts": {
    "test": "NODE_ENV='test' DEBUG='gc:*' ./node_modules/.bin/mocha test/*.mocha.js -b",
    "testbehavior" : "bash ./test/behavior/scenario.sh",
    "docs": "rm -rf apidocs; ./node_modules/.bin/jsdoc src -c jsdoc.json -t ./node_modules/ink-docstrap/template -R DOC.md -d apidocs -r"
  },
  "dependencies": {
    "async" : "*",
    "amp": "0.3.1",
    "amp-message": "0.1.1",
    "bluebird": "^3.4.0",
    "body-parser": "*",
    "buffer-equals": "^1.0.3",
    "chalk": "*",
    "ignore": "*",
    "connections": "^1.4.2",
    "debug": "*",
    "dns-socket": "*",
    "express": "*",
    "fmt": "*",
    "hypelight": "latest",
    "length-prefixed-message": "^3.0.3",
    "memdb": "^1.3.1",
    "moniker": "*",
    "progress-bar": "*",
    "pm2": "latest",
    "pmx": "*",
    "pump": "^1.0.1",
    "random-access-file": "^1.2.0",
    "request": "*",
    "rimraf": "^2.6.1",
    "tar-fs": "*",
    "to-buffer": "^1.0.1",
    "dns-discovery": "^5.6.0",
    "thunky": "*"
  },
  "author": "Gridcontrol <contact@gridcontrol.tech>",
  "license": "Apachev2",
  "devDependencies": {
    "should": "*",
    "mocha": "*",
    "jsdoc": "*",
    "ink-docstrap": "*",
    "changelog-maker": "^2.2.2"
  }
}
