forked from mathjax/MathJax-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 832 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
{
"name": "MathJax-node",
"version": "0.3.0",
"description": "API's for calling MathJax from node.js",
"keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"],
"maintainers": [
"MathJax Consortium <[email protected]> (http://www.mathjax.org)"
],
"bugs": {
"url": "http://github.com/mathjax/MathJax-node/issues"
},
"license": {
"type": "Apache",
"url": "http://github.com/mathjax/MathJax-node/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax-node.git"
},
"dependencies": {
"jsdom": "3.1.1",
"speech-rule-engine": "*",
"yargs": "*",
"MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node-2.5.1"
},
"main": "./lib/mj-page.js"
}