-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 913 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
{
"name": "@tutor/pdf-template",
"version": "1.0.4",
"description": "The template used for PDF generation of solutions and corrected solutions.",
"main": "./src/index.js",
"scripts": {
"prepublish": "browserify ./src/template/scripts/template.js -o ./src/template/scripts/template.bundle.js",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Welfenlab/tutor-solution-pdf-template.git"
},
"license": "MIT",
"dependencies": {
"@more-markdown/dot-processor": "^0.1.2",
"@more-markdown/mathjax-processor": "^0.1.2",
"@tutor/markdown2html": "^0.2.25",
"btoa": "^1.1.2",
"canvas2svg": "^1.0.16",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"mathjax": "^2.6.1",
"more-markdown": "^0.1.3",
"scribble.js": "^1.5.1"
},
"devDependencies": {
"browserify": "^11.0.1"
}
}