ng-quill
Version:
Angular component for the Quill Rich Text Editor
32 lines (31 loc) • 592 B
JSON
{
"name": "ngQuill",
"version": "4.3.0",
"main": ["src/ng-quill.js"],
"description": "AngularJS directive for the QuillJS rich text editor",
"authors": [
"Bengt Weiße <bengtler@gmail.com>"
],
"ignore": [
"bower_components",
"node_modules",
"spec",
"demo.html",
"package.json",
"Gruntfile.js"
],
"dependencies": {
"quill": "^1.3.6",
"angular": "^1.5.8"
},
"keywords": [
"quill",
"rich text",
"angularjs",
"angular",
"directive",
"editor",
"wysiwyg"
],
"license": "MIT"
}