43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"author": {
|
|
"name": "Jonathan Peterson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
|
|
},
|
|
"dependencies": {
|
|
"moment": "~2.8",
|
|
"moment-timezone" : "~0.4",
|
|
"bootstrap": "^3.3",
|
|
"jquery": ">=1.8.3 <2.2.0"
|
|
},
|
|
"description": "A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub",
|
|
"devDependencies": {
|
|
"grunt": "latest",
|
|
"grunt-contrib-jasmine": "^0.7.0",
|
|
"grunt-contrib-jshint": "latest",
|
|
"grunt-contrib-less": "latest",
|
|
"grunt-contrib-uglify": "latest",
|
|
"grunt-jscs": "latest",
|
|
"grunt-string-replace": "latest",
|
|
"load-grunt-tasks": "latest",
|
|
"grunt-nuget": "^0.1.4"
|
|
},
|
|
"homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
|
|
"keywords": [
|
|
"twitter-bootstrap",
|
|
"bootstrap",
|
|
"datepicker",
|
|
"datetimepicker",
|
|
"timepicker",
|
|
"moment"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/js/bootstrap-datetimepicker.js",
|
|
"name": "eonasdan-bootstrap-datetimepicker",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
|
|
},
|
|
"version": "4.17.37"
|
|
}
|