first commit
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "froala-editor",
|
||||
"version": "2.4.1",
|
||||
"description": "A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.",
|
||||
"keywords": [
|
||||
"froala",
|
||||
"froala-editor",
|
||||
"froala-wysiwyg",
|
||||
"html",
|
||||
"text",
|
||||
"editor",
|
||||
"wysiwyg",
|
||||
"jquery-plugin",
|
||||
"rich editor",
|
||||
"rich text editor",
|
||||
"rte",
|
||||
"javascript",
|
||||
"jquery"
|
||||
],
|
||||
"homepage": "https://www.froala.com/wysiwyg-editor",
|
||||
"license": "https://www.froala.com/wysiwyg-editor/pricing",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/froala/wysiwyg-editor.git"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Froala Labs"
|
||||
}
|
||||
],
|
||||
"dependencies" : {
|
||||
"jquery": ">=1.11.0",
|
||||
"font-awesome": ">=4.4.0"
|
||||
},
|
||||
"filename": "js/froala_editor.min.js",
|
||||
"npmName": "froala-editor",
|
||||
"npmFileMap": [
|
||||
{
|
||||
"basePath": "/",
|
||||
"files": [
|
||||
"js/plugins/*.min.js",
|
||||
"js/froala_editor.min.js",
|
||||
"js/froala_editor.pkgd.min.js",
|
||||
"css/froala_editor.min.css",
|
||||
"css/froala_editor.pkgd.min.css",
|
||||
"css/froala_style.min.css",
|
||||
"css/plugins/*.min.css",
|
||||
"css/themes/*.min.css"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user