ngx-trumbowyg
Version:
This an Angular wrapper for [Trumbowyg WYSIWYG editor](https://alex-d.github.io/Trumbowyg/).
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "ngx-trumbowyg",
"version": "6.0.7",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=5.0.0",
"@angular/forms": ">=5.0.0",
"jquery": "^3.2.1",
"trumbowyg": "2.11.0"
},
"description": "This an Angular wrapper for [Trumbowyg WYSIWYG editor](https://alex-d.github.io/Trumbowyg/).",
"repository": {
"type": "git",
"url": "git+https://github.com/wermerb/ngx-trumbowyg.git"
},
"keywords": [
"trumbowyg",
"Angular",
"Angular 2",
"Angular 5",
"Angular 6",
"Angular 2 WYSIWYG editor",
"Angular 5 WYSIWYG editor",
"Angular 6 WYSIWYG editor"
],
"author": "Balázs Wermer <wermerb@gmail.com>",
"bugs": {
"url": "https://github.com/wermerb/ngx-trumbowyg/issues"
},
"homepage": "https://github.com/wermerb/ngx-trumbowyg#readme",
"main": "bundles/ngx-trumbowyg.umd.js",
"module": "fesm5/ngx-trumbowyg.js",
"es2015": "fesm2015/ngx-trumbowyg.js",
"esm5": "esm5/ngx-trumbowyg.js",
"esm2015": "esm2015/ngx-trumbowyg.js",
"fesm5": "fesm5/ngx-trumbowyg.js",
"fesm2015": "fesm2015/ngx-trumbowyg.js",
"typings": "ngx-trumbowyg.d.ts",
"metadata": "ngx-trumbowyg.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}