-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 867 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 867 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": "dev-mathjax-server-docker",
"version": "1.0.0",
"description": "MathJax server docker container",
"main": "app.js",
"dependencies": {
"ansi-regex": ">=5.0.1",
"json-schema": ">=0.4.0",
"koa": "^2.13.4",
"koa-router": "^10.1.1",
"mathjax-node-sre": "^4.0.0-beta.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/channeladam/dev-mathjax-server-docker.git"
},
"keywords": [
"MathJax",
"Server",
"Latex",
"SVG"
],
"author": "Adam Craven",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/channeladam/dev-mathjax-server-docker/issues"
},
"homepage": "https://github.com/channeladam/dev-mathjax-server-docker#readme"
}