add package.json for NPM

This commit is contained in:
Peter Krautzberger 2014-10-22 16:22:07 +02:00
parent 42bb8731c9
commit 3cc36ada86

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "MathJax",
"version": "2.5-alpha-mjnode",
"description": "Beautiful math in all browsers.",
"keywords": ["math","svg","MathML","TeX","AsciiMath"],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs": {
"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"
},
"dependencies": {
},
"main": "./MathJax.js"
}