.bower.json
994 字节
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
40
41
42
43
{
"name": "eonasdan-bootstrap-datetimepicker",
"version": "4.17.49",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js"
],
"dependencies": {
"jquery": ">=1.8.3",
"moment": ">=2.10.5"
},
"homepage": "https://github.com/Eonasdan/bootstrap-datetimepicker",
"authors": [
"Eonasdan"
],
"description": "bootstrap3 datetimepicker",
"keywords": [
"twitter-bootstrap",
"bootstrap",
"datepicker",
"datetimepicker",
"timepicker",
"moment"
],
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "4.17.49",
"_resolution": {
"type": "version",
"tag": "4.17.49",
"commit": "5b97d5b89e4bcbded740efed7dfb1f3ec4c745a2"
},
"_source": "https://github.com/Eonasdan/bootstrap-datetimepicker.git",
"_target": "~4.17.43",
"_originalSource": "eonasdan-bootstrap-datetimepicker"
}