You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
863 B
31 lines
863 B
{
|
|
"name": "eonasdan/bootstrap-datetimepicker",
|
|
"type": "component",
|
|
"version": "4.7.14",
|
|
"description": "Date/time picker widget based on twitter bootstrap",
|
|
"keywords": [
|
|
"bootstrap",
|
|
"datetimepicker"
|
|
],
|
|
"homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
|
|
"license": "MIT",
|
|
"require": {
|
|
"robloach/component-installer": "*",
|
|
"components/jquery": ">=1.9.1",
|
|
"moment/moment": ">=2.8"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"src/js/bootstrap-datetimepicker.js"
|
|
],
|
|
"files": [
|
|
"build/js/bootstrap-datetimepicker.min.js",
|
|
"build/css/bootstrap-datetimepicker.css",
|
|
"build/css/bootstrap-datetimepicker.min.css",
|
|
"src/less/_bootstrap-datetimepicker.less",
|
|
"src/less/bootstrap-datetimepicker-build.less"
|
|
]
|
|
}
|
|
}
|
|
}
|