forked from Haixing-Hu/vue-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 786 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
{
"name": "vue-select",
"description": "A Vue.js component implementing the select control with the jQuery select2 plugin.",
"version": "0.2.6",
"keywords": [
"Vue.js",
"component",
"select",
"jquery.select2"
],
"authors": [
"Haixing Hu"
],
"homepage": "https://github.com/Haixing-Hu/vue-select",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:Haixing-Hu/vue-select.git"
},
"main": [
"src/vue-select.js"
],
"ignore": [
"lib",
"coverage",
"node_modules"
],
"dependencies": {
"vue": "^1.0.24",
"select2": "^4.0.3"
},
"devDependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.4",
"select2-bootstrap-theme": "^0.1.0-beta.7",
"vue-i18n-plugin": "^0.2.2"
}
}