ngx-tinymce
Version:
Angular for tinymce
38 lines • 881 B
JSON
{
"name": "ngx-tinymce",
"version": "21.0.0",
"description": "Angular for tinymce",
"keywords": [
"angular-tinymce",
"ngx-tinymce",
"ng-tinymce",
"tinymce",
"angular standalone library"
],
"author": "cipchk <cipchk@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cipchk/ngx-tinymce.git"
},
"bugs": {
"url": "https://github.com/cipchk/ngx-tinymce/issues"
},
"homepage": "https://cipchk.github.io/ngx-tinymce/",
"dependencies": {
"@ng-util/lazy": "^17.0.0",
"tslib": "^2.3.0"
},
"module": "fesm2022/ngx-tinymce.mjs",
"typings": "types/ngx-tinymce.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-tinymce.d.ts",
"default": "./fesm2022/ngx-tinymce.mjs"
}
},
"sideEffects": false
}