-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "tutor-slave",
"version": "0.1.0",
"description": "A webservice for processing exercises automatically.",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"keywords": [
"Tutor",
"Automation",
"Sandboxed"
],
"contributors": [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"author": "Welfenlab",
"license": "MIT",
"dependencies": {
"@tutor/graph-test-suite": "^0.2.1",
"@tutor/jailed-sandbox": "^0.3.0",
"@tutor/pdf-template": "^1.0.4",
"@tutor/pdfexport": "^0.5.3",
"@tutor/rethinkdb-database": "^0.5.34",
"@tutor/test-suite": "^0.2.2",
"async": "^1.5.0",
"body-parser": "^1.14.1",
"cron-parser": "^1.0.2",
"cson": "^3.0.2",
"express": "^4.13.3",
"jailed": "^0.2.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"more-markdown": "^0.2.1",
"node-schedule": "^0.2.9",
"stream-to-array": "^2.2.0"
},
"repository": "gitlab:Welfenlab/tutor-slave.git",
"devDependencies": {
"@tutor/memory-database": "^0.6.9",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"pdf2json": "^0.7.1",
"stream-to": "^2.0.0"
}
}