{
  "name": "sandboxjs",
  "version": "2.2.2",
  "description": "Sandbox node.js code",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
    "test": "lab -v"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auth0/sandboxjs.git"
  },
  "keywords": [
    "sandbox",
    "node",
    "js",
    "untrusted",
    "docker"
  ],
  "author": "Auth0",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auth0/sandboxjs/issues"
  },
  "homepage": "https://github.com/auth0/sandboxjs",
  "dependencies": {
    "bluebird": "^2.9.34",
    "jwt-decode": "^1.4.0",
    "lodash.assign": "^3.2.0",
    "lodash.defaults": "^3.1.2",
    "lodash.defaultsdeep": "^3.10.0",
    "lodash.foreach": "^3.0.3",
    "lodash.get": "^3.7.0",
    "randexp": "^0.4.0",
    "superagent": "^1.4.0",
    "webtask-log-stream": "^2.0.0"
  },
  "devDependencies": {
    "code": "^1.5.0",
    "dotenv": "^1.2.0",
    "jsdoc-to-markdown": "^1.2.0",
    "lab": "^5.17.0"
  }
}
