commit e78c9d4ccb406120a838625f66a62a5e9e4fe85c
parent d77687489869c987f5d61c97f308d5667ca2691b
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 11 Dec 2015 14:22:23 -0500
Merge pull request #1333 from mathjax/issue1328
improve npm workflows
Diffstat:
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/.npmignore b/.npmignore
@@ -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
diff --git a/package.json b/package.json
@@ -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"
+}