Skip to content

Commit

Permalink
Merge branch 'node-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Sep 4, 2014
2 parents 1c54436 + c6b3e40 commit 9b023b8
Show file tree
Hide file tree
Showing 21 changed files with 541 additions and 265 deletions.
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "MathJax",
"version": "2.3.0",
"main": "./MathJax.js",
"homepage": "http://www.mathjax.org/",
"ignore": [
Expand Down
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "mathjax/mathjax",
"type": "library",
"description": "MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.",
"keywords": ["math", "js", "LaTeX", "MathML", "AsciiMath"],
"homepage": "http://www.mathjax.org/",
"license": "Apache-2.0",
"authors": [
{
"name": "Davide Cervone",
"homepage": "https://github.com/dpvc"
},
{
"name": "Christian Perfect",
"homepage": "https://github.com/christianp"
},
{
"name": "Peter Krautzberger",
"homepage": "https://github.com/pkra"
}
]
}
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "MathJax",
"version": "2.5.0-pre",
"description": "MathJax as a dependency for MathJax-node",
"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/issues"
},
"license": {
"type": "Apache",
"url": "http://github.com/mathjax/MathJax/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax.git"
},
"files": [
"LICENSE",
"MathJax.js",
"config/",
"extensions/",
"jax/",
"localization/"
]
}
Loading

0 comments on commit 9b023b8

Please sign in to comment.