-
Notifications
You must be signed in to change notification settings - Fork 77
/
bower.json
39 lines (39 loc) · 901 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
{
"name": "vue-datetime-picker",
"description": "A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.",
"version": "0.2.2",
"keywords": [
"Vue.js",
"component",
"datetime",
"datetime picker"
],
"authors": [
"Haixing Hu"
],
"homepage": "https://github.com/Haixing-Hu/vue-datetime-picker",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:Haixing-Hu/vue-datetime-picker.git"
},
"main": [
"src/vue-datetime-picker.js"
],
"ignore": [
"lib",
"coverage",
"node_modules"
],
"dependencies": {
"vue": "^1.0.24",
"bootstrap": "^3.3.6",
"font-awesome": "^4.6.3",
"moment": "^2.13.0",
"moment-timezone": "^0.5.4",
"eonasdan-bootstrap-datetimepicker": "^4.17.37"
},
"devDependencies": {
"vue-i18n-plugin": "^0.2.2"
}
}