{
  "name": "apigee-127",
  "version": "0.19.2",
  "description": "Apigee 127 Command Line Interface",
  "keywords": [
    "Apigee",
    "127",
    "cli"
  ],
  "author": "Scott Ganyo <sganyo@apigee.com>",
  "license": "MIT",
  "preferGlobal": true,
  "main": "index.js",
  "dependencies": {
    "a127-magic": "^0.12.0",
    "apigee-remote-proxy": "^0.10.0",
    "apigeetool": "^0.6.3",
    "async": "^1.5.2",
    "commander": "^2.9.0",
    "connect": "^3.4.1",
    "cpr": "^1.0.0",
    "debug": "^2.2.0",
    "fs-reverse": "0.0.x",
    "inquirer": "^0.12.0",
    "js-yaml": "^3.5.3",
    "jszip": "^2.5.0",
    "lodash": "^3.10.1",
    "mocha": "^2.4.5",
    "nodemon": "^1.9.1",
    "request": "^2.47.0",
    "serve-static": "^1.10.2",
    "swagger-editor": "^2.9.2",
    "swagger-tools": "^0.10.1",
    "tail": "^0.4.0",
    "unzip": "0.1.x",
    "usergrid-installer": "^0.0.5",
    "volos-management-apigee": "^0.9.8"
  },
  "devDependencies": {
    "should": "",
    "superagent": "^1.7.2",
    "proxyquire": "",
    "tmp": ""
  },
  "scripts": {
    "test": "mocha -u exports -R spec test/config.js test/util test/commands test/commands/account test/commands/project test/commands/service test/commands/account/providers/amazon test/commands/account/providers/apigee",
    "coverage": "istanbul cover _mocha -- -u exports -R spec test/config.js test/util test/commands test/commands/account test/commands/project test/commands/service  test/commands/account/providers/amazon test/commands/account/providers/apigee"
  },
  "bin": {
    "a127": "bin/a127",
    "a127-account": "bin/a127-account",
    "a127-project": "bin/a127-project",
    "a127-service": "bin/a127-service",
    "a127-usergrid": "bin/a127-usergrid"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apigee-127/a127.git"
  }
}
