diff --git a/package.json b/package.json new file mode 100644 index 000000000..e08c25940 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "MathJax", + "version": "2.5.1-mjnode", + "description": "Beautiful math in all browsers.", + "keywords": ["math","svg","MathML","TeX","AsciiMath"], + "maintainers": [ + "MathJax Consortium (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": "./unpacked/MathJax.js" +}