package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "mathjax",
  3. "version": "2.7.7",
  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. "main": "./unpacked/MathJax.js",
  6. "keywords": [
  7. "math",
  8. "svg",
  9. "mathml",
  10. "tex",
  11. "latex",
  12. "asciimath",
  13. "browser",
  14. "browser-only"
  15. ],
  16. "maintainers": [
  17. "MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
  18. ],
  19. "bugs": {
  20. "url": "http://github.com/mathjax/MathJax/issues"
  21. },
  22. "license": "Apache-2.0",
  23. "repository": {
  24. "type": "git",
  25. "url": "git://github.com/mathjax/MathJax.git"
  26. },
  27. "files": [
  28. "MathJax.js",
  29. "/config",
  30. "/extensions",
  31. "/fonts/HTML-CSS/*-*",
  32. "/fonts/HTML-CSS/TeX/eot",
  33. "/fonts/HTML-CSS/TeX/otf",
  34. "/fonts/HTML-CSS/TeX/svg",
  35. "/fonts/HTML-CSS/TeX/woff",
  36. "/jax",
  37. "/latest.js",
  38. "/localization",
  39. "/package.json",
  40. "/test",
  41. "/unpacked",
  42. "/LICENSE",
  43. "/README.md",
  44. "/CONTRIBUTING.md"
  45. ],
  46. "scripts": {
  47. "test": "echo 'No tests here!'"
  48. }
  49. }