forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 700 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 700 Bytes
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
{
"name": "medium-editor-insert-plugin",
"version": "0.2.1",
"description": "jQuery insert plugin for MediumEditor",
"main": [
"dist/js/medium-editor-insert-plugin.all.min.js",
"dist/css/medium-editor-insert-plugin.css"
],
"license": "MIT",
"authors": [
"Pavel linkesch <pavel.linkesch@gmail.com> (http://linkesch.sk)"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"test.html",
"examples",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"jquery": "1.9.0 - 2.0.3",
"medium-editor": "~1.7.5"
},
"devDependencies": {
"qunit": "~1.12.0",
"sinon": "~1.7.0",
"sinon-qunit": "~1.0.0"
}
}