{
  "name": "grid-api",
  "version": "0.2.2",
  "description": "Gridcontrol HTTP API",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha test/*.mocha.js"
  },
  "dependencies" : {
    "request" : "*"
  },
  "devDependencies" : {
    "should" : "*",
    "mocha"  : "*",
    "gridcontrol" : "latest"
  },
  "author": "",
  "license": "ISC"
}
