UNPKG

ngx-quill

Version:

Angular components for the easy use of the QuillJS richt text editor.

61 lines 1.3 kB
{ "name": "ngx-quill", "version": "27.0.2", "license": "MIT", "author": { "name": "Bengt Weiße" }, "description": "Angular components for the easy use of the QuillJS richt text editor.", "bugs": "https://github.com/KillerCodeMonkey/ngx-quill/issues", "homepage": "https://github.com/KillerCodeMonkey/ngx-quill", "repository": { "type": "git", "url": "https://github.com/KillerCodeMonkey/ngx-quill" }, "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "keywords": [ "editor", "rich text", "wysiwyg", "angular", "directive", "component", "quill", "quilljs", "angular", "ng", "ngx", "text editor" ], "sideEffects": false, "peerDependencies": { "@angular/core": "^19.0.0", "quill": "^2.0.0", "rxjs": "^7.0.0" }, "contributors": [ { "name": "Bengt Weiße" } ], "module": "fesm2022/ngx-quill.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-quill.mjs" }, "./config": { "types": "./config/index.d.ts", "default": "./fesm2022/ngx-quill-config.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }