mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
30 lines
711 B
JSON
30 lines
711 B
JSON
{
|
|
"name": "@streetwritersco/tinymce-plugins",
|
|
"private": false,
|
|
"version": "1.3.7",
|
|
"description": "All the custom made or modified plugins for TinyMCE used in Notesnook & other apps maintained by Streetwriters team.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"tinymce",
|
|
"plugins",
|
|
"editor"
|
|
],
|
|
"author": {
|
|
"name": "Streetwriters (Private) Ltd.",
|
|
"email": "support@streetwriters.co",
|
|
"url": "https://streetwriters.co"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"tinymce": "^5"
|
|
},
|
|
"dependencies": {
|
|
"compressorjs": "^1.0.7",
|
|
"highlight.js": "^11.3.1",
|
|
"rangy": "^1.3.0"
|
|
}
|
|
}
|