forked from froala/wysiwyg-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "froala-editor",
"version": "3.0.5",
"description": "The next generation Javascript WYSIWYG HTML rich text editor made by devs for devs. 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",
"javascript-plugin",
"rich editor",
"rich text editor",
"rte",
"javascript",
"vanillajs"
],
"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-release.git"
},
"maintainers": [
{
"name": "Froala Labs"
}
],
"filename": "js/froala_editor.min.js",
"main": "js/froala_editor.min.js",
"npmName": "froala-editor",
"npmFileMap": [
{
"basePath": "/",
"files": [
"js/plugins/*.min.js",
"js/third_party/*.min.js",
"js/froala_editor.min.js",
"js/froala_editor.pkgd.min.js",
"js/plugins.pkgd.min.js",
"css/froala_editor.min.css",
"css/froala_editor.pkgd.min.css",
"css/plugins.pkgd.min.css",
"css/froala_style.min.css",
"css/plugins/*.min.css",
"css/third_party/*.min.css",
"css/themes/*.min.css"
]
}
]
}