ngx-quill
Version:
An angular (>= v2) component for the easy use of the QuillJS richt text editor.
103 lines (102 loc) • 2.8 kB
JSON
{
"name": "ngx-quill",
"license": "MIT",
"version": "4.6.9",
"author": {
"name": "Bengt Weiße"
},
"description": "An angular (>= v2) component 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": ">= 10"
},
"keywords": [
"editor",
"rich text",
"wysiwyg",
"angular",
"directive",
"component",
"quill",
"quilljs",
"angular 2",
"angular",
"angular2",
"ng",
"ngx",
"text editor"
],
"main": "bundles/ngx-quill.umd.js",
"module": "fesm5/ngx-quill.js",
"typings": "ngx-quill.d.ts",
"$schema": "./node_modules/ng-packagr/package.schema.json",
"peerDependencies": {
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0",
"@angular/forms": "^5.0.0 || ^6.0.0 || ^7.0.0",
"quill": "^1.3.6",
"rxjs": "^5.5.2 || ^6.1.0 || ^6.3.0 || ^6.4.0"
},
"devDependencies": {
"@angular/common": "^7.2.3",
"@angular/compiler": "^7.2.3",
"@angular/compiler-cli": "^7.2.3",
"@angular/core": "^7.2.3",
"@angular/forms": "^7.2.3",
"@angular/platform-browser": "^7.2.3",
"@angular/platform-browser-dynamic": "^7.2.3",
"@types/jasmine": "^3.3.8",
"@types/node": "^10.12.21",
"@types/quill": "^1.3.10",
"ajv": "^6.8.1",
"codelyzer": "^4.5.0",
"core-js": "^2.6.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.3.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"loader-utils": "^1.2.3",
"ng-packagr": "^4.7.0",
"puppeteer": "^1.10.0",
"quill": "^1.3.6",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.4.0",
"source-map-loader": "^0.2.4",
"ts-helpers": "^1.1.2",
"ts-loader": "5.3.3",
"tsickle": "0.34.3",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "<3.3",
"webpack": "^4.29.0",
"webpack-cli": "3.2.1",
"webpack-node-externals": "^1.7.2",
"zone.js": "^0.8.29"
},
"contributors": [
{
"name": "Bengt Weiße"
}
],
"es2015": "fesm2015/ngx-quill.js",
"esm5": "esm5/ngx-quill.js",
"esm2015": "esm2015/ngx-quill.js",
"fesm5": "fesm5/ngx-quill.js",
"fesm2015": "fesm2015/ngx-quill.js",
"metadata": "ngx-quill.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}