angular-froala
Version:
Angular.js bindings for Froala WYSIWYG HTML rich text editor
37 lines (36 loc) • 714 B
JSON
{
"name": "angular-froala",
"version": "3.2.2",
"authors": [
"Froala Labs <kapil.garg.techy@gmail.com>"
],
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
"main": "src/angular-froala.js",
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"froala-wysiwyg-editor": "3.2.2",
"angular": ">=1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
}
}