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.
 
 
 
 
 
 

47 lines
1.2 KiB

{
"name": "eonasdan-bootstrap-datetimepicker",
"version": "4.7.14",
"main": [
"build/css/bootstrap-datetimepicker.min.css",
"build/js/bootstrap-datetimepicker.min.js",
"src/less/_bootstrap-datetimepicker.less",
"src/less/bootstrap-datetimepicker-build.less",
"src/js/bootstrap-datetimepicker.js"
],
"dependencies": {
"jquery": ">=1.8.3",
"moment": ">=2.8.0"
},
"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.7.14",
"_resolution": {
"type": "version",
"tag": "4.7.14",
"commit": "d004434a5ff76e7b97c8b07c01f34ca69e635d97"
},
"_source": "git://github.com/Eonasdan/bootstrap-datetimepicker.git",
"_target": "~4.7.14",
"_originalSource": "eonasdan-bootstrap-datetimepicker",
"_direct": true
}