forked from pkra/mathjax-node-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 804 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 804 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
35
36
37
{
"name": "@Expii/mathjax-node-page",
"version": "2.0.1",
"description": "Converter for HTML fragments with mathematics using mathjax-node",
"main": "./lib/main.js",
"scripts": {
"test": "tape test/*.js"
},
"bin": {
"mjpage": "./bin/mjpage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Expii/mathjax-node-page.git"
},
"keywords": [
"mathjax",
"math",
"tex",
"mathml",
"png",
"html"
],
"author": "MathJax Consortium",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Expii/mathjax-node-page/issues"
},
"homepage": "https://github.com/Expii/mathjax-node-page#readme",
"dependencies": {
"mathjax-node": "^1.0.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"tape": "^4.5.1"
}
}