-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@tutor/jailed-sandbox",
"version": "0.3.6",
"description": "Enables a Javascript Sandbox environment using jailed",
"main": "lib/jailed_sandbox.js",
"scripts": {
"test": "echo \"no test specified\"",
"prepublish": "node node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"Tutor",
"Javascript",
"jailed",
"Sandbox"
],
"contributors": [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"repository": "git@github.com:Welfenlab/jailed-sandbox.git",
"license": "MIT",
"dependencies": {
"esprima": "git+https://github.com/LittleHelicase/esprima.git#1320b70bcd936c2bcf3121843d42ca4509ba8ffd",
"jailed": "git+https://github.com/Welfenlab/jailed.git#0d82489cd99ccec631d854a81ae591ace8d0e25c",
"lodash": "^3.10.1",
"once": "^1.3.2"
}
}