add package.json for NPM
This commit is contained in:
parent
42bb8731c9
commit
3cc36ada86
23
package.json
Normal file
23
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user