sandboxjs
Version:
Sandbox node.js code
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "sandboxjs",
"version": "4.0.0",
"description": "Sandbox node.js code",
"main": "index.js",
"scripts": {
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
"preversion": "npm run test && npm run docs && git add README.md",
"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": "^2.2.0",
"lodash.assign": "^4.2.0",
"lodash.defaults": "^4.2.0",
"lodash.defaultsdeep": "^4.6.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"randexp": "^0.4.0",
"superagent": "^3.5.2",
"webtask-log-stream": "^2.1.0"
},
"devDependencies": {
"code": "^4.0.0",
"dotenv": "^4.0.0",
"jsdoc-to-markdown": "^1.2.0",
"jsonwebtoken": "^7.3.0",
"lab": "^13.0.2"
}
}