You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
612 B
JSON
24 lines
612 B
JSON
{
|
|
"name": "@dimakorotkov/tinymce-mathjax",
|
|
"version": "1.0.7",
|
|
"description": "Plugin using MathJax library for rendering math font",
|
|
"main": "plugin.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dimakorotkov/tinymce-mathjax.git"
|
|
},
|
|
"keywords": [
|
|
"tinymce",
|
|
"mathjax"
|
|
],
|
|
"author": "Dmitriy Korotkov",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dimakorotkov/tinymce-mathjax/issues"
|
|
},
|
|
"homepage": "https://github.com/dimakorotkov/tinymce-mathjax#readme"
|
|
}
|