Skip to content

Commit 9b023b8

Browse files
committed
Merge branch 'node-package'
2 parents 1c54436 + c6b3e40 commit 9b023b8

File tree

21 files changed

+541
-265
lines changed

21 files changed

+541
-265
lines changed

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "MathJax",
3-
"version": "2.3.0",
43
"main": "./MathJax.js",
54
"homepage": "http://www.mathjax.org/",
65
"ignore": [

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "mathjax/mathjax",
3+
"type": "library",
4+
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
5+
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
6+
"homepage": "http://www.mathjax.org/",
7+
"license": "Apache-2.0",
8+
"authors": [
9+
{
10+
"name": "Davide Cervone",
11+
"homepage": "https://github.com/dpvc"
12+
},
13+
{
14+
"name": "Christian Perfect",
15+
"homepage": "https://github.com/christianp"
16+
},
17+
{
18+
"name": "Peter Krautzberger",
19+
"homepage": "https://github.com/pkra"
20+
}
21+
]
22+
}

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "MathJax",
3+
"version": "2.5.0-pre",
4+
"description": "MathJax as a dependency for MathJax-node",
5+
"keywords": ["MathJax","math","svg","MathML","TeX","AsciiMath"],
6+
"maintainers": [
7+
"Davide P. Cervone <dpvc@union.edu> (http://www.math.union.edu/locate/Cervone/)"
8+
],
9+
"bugs": {
10+
"email": "dpvc@union.edu",
11+
"url": "http://github.com/mathjax/MathJax/issues"
12+
},
13+
"license": {
14+
"type": "Apache",
15+
"url": "http://github.com/mathjax/MathJax/blob/master/LICENSE"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git://github.com/mathjax/MathJax.git"
20+
},
21+
"files": [
22+
"LICENSE",
23+
"MathJax.js",
24+
"config/",
25+
"extensions/",
26+
"jax/",
27+
"localization/"
28+
]
29+
}

0 commit comments

Comments
 (0)