ng-quill
Version:
Angular directive for rich text editor Quill
32 lines (31 loc) • 596 B
JSON
{
"name": "ngQuill",
"version": "3.2.2",
"main": ["dist/ng-quill.min.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.1.5",
"angular": "^1.5.8"
},
"keywords": [
"quill",
"rich text",
"angularjs",
"angular",
"directive",
"editor",
"wysiwyg"
],
"license": "MIT"
}