mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
32 lines
832 B
JSON
32 lines
832 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|