forked from mathjax/MathJax-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 873 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
{
"name": "MathJax-node",
"version": "0.2.0",
"description": "API's for calling MathJax from node.js",
"keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"],
"maintainers": [
"Davide P. Cervone <[email protected]> (http://www.math.union.edu/locate/Cervone/)"
],
"bugs": {
"email": "[email protected]",
"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": "1.0.2",
"speech-rule-engine": "*",
"yargs": "*",
"MathJax": "https://github.com/mathjax/MathJax/tarball/mathjax-node"
},
"main": "./lib/mj-page.js"
}