-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 983 Bytes
/
package.json
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
{
"name": "@tutor/javascript-sandbox",
"version": "0.2.1",
"description": "Lightweight Javascript Sandbox environment",
"main": "lib/javascript_sandbox.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha",
"prepublish": "node node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"Tutor",
"Javascript",
"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/javascript-sandbox.git",
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1",
"node-uuid": "^1.4.3"
}
}