sandbox-spawner
Version:
Spawn processes in the browser, the node way
23 lines (22 loc) • 473 B
JSON
{
"name": "sandbox-spawner",
"description": "Spawn processes in the browser, the node way",
"version": "0.0.20",
"author": {
"name": "Laurent Christophe",
"email": "lachrist@vub.ac.be"
},
"repository": "lachrist/sandbox-spawner",
"license": "MIT",
"dependencies": {
"sandbox-editor": "0.0.19",
"stdio-widget": "0.0.10",
"toggle-widget": "0.0.3"
},
"main": "./main.js",
"keywords": [
"Process",
"Spawn",
"Browser"
]
}