www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

package.json (718B)


      1 {
      2   "name": "mathjax",
      3   "version": "2.6.1",
      4   "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.",
      5   "keywords": [
      6     "math",
      7     "svg",
      8     "mathml",
      9     "tex",
     10     "latex",
     11     "asciimath",
     12     "browser",
     13     "browser-only"
     14   ],
     15   "maintainers": [
     16     "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
     17   ],
     18   "bugs": {
     19     "url": "http://github.com/mathjax/MathJax/issues"
     20   },
     21   "license": "Apache-2.0",
     22   "repository": {
     23     "type": "git",
     24     "url": "git://github.com/mathjax/MathJax.git"
     25   },
     26   "main": "./MathJax.js",
     27   "scripts": {
     28     "test": "echo 'No tests here!'"
     29   }
     30 }