-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mathmlben",
"version": "1.0.0",
"description": "Visualization for goldstandard",
"main": "gouldi.js",
"scripts": {
"start": "node gouldi.js",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ag-gipp/GoUldI.git"
},
"keywords": [
"GoldStandard",
"Standard",
"MathML"
],
"author": "Andre Greiner-Petter and Moritz Schubotz",
"license": "ISC",
"bugs": {
"url": "https://github.com/ag-gipp/GoUldI/issues"
},
"homepage": "https://github.com/ag-gipp/GoUldI#readme",
"dependencies": {
"acorn": "^6.0.5",
"angular-cookies": "^1.6.9",
"angular-highlightjs-searchtext": "0.0.4",
"angular-marked": "^1.2.2",
"angular-route": "^1.7.5",
"angular-schema-form": "git+https://[email protected]/json-schema-form/angular-schema-form#v0.8.14",
"angular-schema-form-bootstrap": "^0.2.0",
"angular1-ui-bootstrap4": "^2.4.22",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"bootstrap-arrow-buttons": "^1.0.4",
"ejs": "^2.5.7",
"express": "^4.16.2",
"github-base": "^1.0.0",
"github-change-remote-file": "^4.2.0",
"github-content": "^1.0.1",
"marked": "^0.6.0",
"mathoid": "^0.7.1",
"npm-check-updates": "^2.15.0",
"popper.js": "^1.13.0",
"preq": "^0.5.2",
"pretty-data": "^0.40.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"texzilla": "^0.9.9",
"vmext": "1.0.10",
"xml2js": "^0.4.19"
},
"devDependencies": {
"child-process-promise": "^2.2.1",
"markdown-table": "^1.1.2",
"mathml": "^1.1.4",
"promised-spawn": "1.0.0",
"texvcjs": "^0.3.1"
}
}