UNPKG

ng-quill

Version:

Angular component for the Quill Rich Text Editor

61 lines (60 loc) 1.51 kB
{ "name": "ng-quill", "version": "4.5.3", "description": "Angular component for the Quill Rich Text Editor", "author": "Bengt Weiße <bengtler@gmail.com>", "homepage": "https://github.com/KillerCodeMonkey/ngQuill", "main": "dist/ng-quill.js", "devDependencies": { "angular": "^1.7.8", "angular-mocks": "^1.7.8", "angular-sanitize": "^1.7.8", "jasmine-core": "^3.5.0", "karma": "^4.3.0", "karma-coverage": "^2.0.1", "karma-jasmine": "^2.0.1", "karma-mocha-reporter": "2.2.5", "karma-phantomjs-launcher": "^1.0.4", "local-web-server": "^3.0.7", "quill": "^1.3.7", "rimraf": "^3.0.0", "uglify-js": "^3.6.1" }, "engines": { "node": ">=10" }, "peerDependencies": { "quill": "^1.3.6", "angular": "^1.5.3", "angular-sanitize": "^1.5.3" }, "scripts": { "build": "rimraf dist && mkdir dist && cp src/ng-quill.js dist/ && cat dist/ng-quill.js | uglifyjs > dist/ng-quill.min.js && echo \";\" >> dist/ng-quill.js", "prepare": "npm run test && npm run build", "test": "karma start" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/KillerCodeMonkey/ngQuill" }, "bugs": { "url": "https://github.com/KillerCodeMonkey/ngQuill/issues" }, "keywords": [ "editor", "rich text", "wysiwyg", "angular", "directive", "angularjs", "richt text editor", "quill", "quilljs" ], "contributors": [ { "name": "Bengt Weiße" } ] }