Merge pull request #1333 from mathjax/issue1328

improve npm workflows
This commit is contained in:
Davide P. Cervone 2015-12-11 14:22:23 -05:00
commit e78c9d4ccb
2 changed files with 34 additions and 0 deletions

7
.npmignore Normal file
View File

@ -0,0 +1,7 @@
.DS_Store
docs/build/html-mathjax-site
config/local/*.js
!config/local/local.js
unpacked/config/local/*.js
!unpacked/config/local/local.js
fonts/HTML-CSS/TeX/png

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "mathjax",
"version": "2.6.0",
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
"keywords": [
"math",
"svg",
"mathml",
"tex",
"latex",
"asciimath",
"browser",
"browser-only"
],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs": {
"url": "http://github.com/mathjax/MathJax/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax.git"
},
"main": "./MathJax.js"
}