package.json 636 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@dimakorotkov/tinymce-mathjax",
  3. "version": "1.0.11",
  4. "description": "Plugin using MathJax library for rendering math font",
  5. "main": "plugin.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/dimakorotkov/tinymce-mathjax.git"
  12. },
  13. "keywords": [
  14. "tinymce",
  15. "mathjax"
  16. ],
  17. "author": "Dmitriy Korotkov",
  18. "license": "MIT",
  19. "bugs": {
  20. "url": "https://github.com/dimakorotkov/tinymce-mathjax/issues"
  21. },
  22. "homepage": "https://github.com/dimakorotkov/tinymce-mathjax#readme"
  23. }