package.component.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eonasdan-bootstrap-datetimepicker Show documentation
Show all versions of eonasdan-bootstrap-datetimepicker Show documentation
A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub
The newest version!
{
"name": "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"
}
}