mirror of https://github.com/ColorlibHQ/gentelella
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.
52 lines
1.4 KiB
52 lines
1.4 KiB
8 years ago
|
{
|
||
|
"author": {
|
||
|
"name": "Jonathan Peterson"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"bootstrap": "^3.3",
|
||
|
"jquery": "^1.8.3 || ^2.0 || ^3.0",
|
||
|
"moment": "^2.10",
|
||
|
"moment-timezone": "^0.4.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^3.3",
|
||
|
"jquery": "^1.8.3 || ^2.0 || ^3.0",
|
||
|
"moment": "^2.10",
|
||
|
"moment-timezone": "^0.4.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-connect": "^1.0.1",
|
||
|
"grunt-contrib-jasmine": "^1.0.3",
|
||
|
"grunt-contrib-jshint": "latest",
|
||
|
"grunt-contrib-less": "latest",
|
||
|
"grunt-contrib-uglify": "latest",
|
||
|
"grunt-env": "^0.4.4",
|
||
|
"grunt-jscs": "latest",
|
||
|
"grunt-nuget": "^0.1.5",
|
||
|
"grunt-string-replace": "latest",
|
||
|
"load-grunt-tasks": "latest"
|
||
|
},
|
||
|
"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.47"
|
||
|
}
|