-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 806 Bytes
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
{
"name": "mathman",
"version": "1.0.0",
"description": "Microservice for converting LaTeX to MathML and SVG",
"dependencies": {
"mathjax": "^2.7.9",
"mathjax-node": "^2.1.1",
"redis": "^2.8.0"
},
"overrides": {
"ajv": "^6.14.0",
"form-data": "^2.5.4",
"qs": "^6.14.2"
},
"devDependencies": {
"aws-sdk": "^2.1.27",
"chai": "^4.1.2",
"colors": "^1.1.2",
"jsdom": "^11.11.0",
"mocha": "^5.1.1",
"sinon": "^5.0.7"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure/mathman.git"
},
"homepage": "https://github.com/instructure/instructure-ui",
"bugs": "https://github.com/instructure/mathman/issues",
"author": "Instructure, Inc. Engineering",
"license": "MIT"
}