{
  "name": "auth0-extensions-scaffolder",
  "version": "1.0.0",
  "description": "Auth0 Extensions Command Line Interface",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "javier.centurion@auth0.com",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.3.4",
    "chalk": "^1.1.1",
    "lodash": "^4.6.1",
    "mustache": "^2.2.1",
    "readline-sync": "^1.4.1",
    "structured-cli": "^1.0.4",
    "superagent": "^1.8.0",
    "superagent-bluebird-promise": "^3.0.0",
    "update-notifier": "^0.6.3",
    "webtask-json-validator": "^1.0.0"
  },
  "bin": {
    "a0-extensions": "./bin/cli.js"
  }
}
