forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 842 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
{
"name": "medium-editor-insert-plugin",
"version": "1.5.0",
"description": "jQuery insert plugin for MediumEditor",
"main": [
"dist/js/medium-editor-insert-plugin.js",
"dist/css/medium-editor-insert-plugin.css"
],
"license": "MIT",
"authors": [
"Pavel linkesch <[email protected]> (http://linkesch.sk)"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"test.html",
"examples",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": ">=1.9.0",
"medium-editor": "^4.1.1",
"handlebars": "~3.0.0",
"blueimp-file-upload": "~9.9.0",
"jquery-sortable": "~0.9.12"
},
"devDependencies": {
"qunit": "~1.17.1",
"sinon": "~1.12.1",
"sinon-qunit": "~2.0.0",
"jquery-cycle2": "~2.1.6",
"blanket": "~1.1.5"
}
}