forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 987 Bytes
/
bower.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
{
"name": "medium-editor-insert-plugin",
"version": "2.3.2",
"description": "jQuery insert plugin for MediumEditor",
"homepage": "http://linkesch.com/medium-editor-insert-plugin",
"main": [
"dist/js/medium-editor-insert-plugin.js",
"dist/css/medium-editor-insert-plugin.css"
],
"license": "MIT",
"authors": [
"Pavel linkesch <pavel.linkesch@gmail.com> (http://linkesch.com)",
"Jeremy Benoist <jeremy.benoist@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"contenteditable",
"editor",
"medium",
"wysiwyg",
"rich-text",
"images",
"embeds",
"videos"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"spec",
"examples",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.9.0",
"medium-editor": "^5.15.0",
"handlebars": "~4.0.0",
"blueimp-file-upload": "~9.12.1",
"jquery-sortable": "~0.9.12"
}
}