UNPKG

sandbox-editor

Version:

Edit JS file in the browser and execute them inside a sandbox environment

27 lines (26 loc) 561 B
{ "name": "sandbox-editor", "description": "Edit JS file in the browser and execute them inside a sandbox environment", "version": "0.0.19", "author": { "name": "Laurent Christophe", "email": "lachrist@vub.ac.be" }, "repository": "lachrist/commonjs-editor", "license": "MIT", "main": "./main.js", "bin": "./bin.js", "keywords": [ "CommonJS", "Sandbox", "Editor", "Ace", "Cloud9" ], "dependencies": { "brace": "^0.11.1", "browserify": "^16.2.3", "minimist": "^1.2.0", "resolve": "^1.9.0" } }