-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 732 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 732 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
33
34
35
{
"name": "vue-html-editor",
"description": "A Vue.js component implementing the HTML editor with the jQuery summernote plugin.",
"version": "0.2.1",
"keywords": [
"Vue.js",
"component",
"HTML editor",
"summernote"
],
"authors": [
"Haixing Hu"
],
"homepage": "https://github.com/Haixing-Hu/vue-html-editor",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Haixing-Hu/vue-html-editor.git"
},
"main": [
"src/vue-html-editor.js"
],
"ignore": [
"lib",
"coverage",
"node_modules"
],
"dependencies": {
"vue": "^1.0.26",
"bootstrap": "^3.3.6",
"font-awesome": "^4.2.0",
"jquery": "^2.2.4",
"summernote": "^0.8.1"
}
}