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.
35 lines
878 B
35 lines
878 B
{
|
|
"name": "bootstrap-datetimepicker",
|
|
"main": "src/js/bootstrap-datetimepicker.js",
|
|
"version": "4.7.14",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/eonasdan/bootstrap-datetimepicker.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/eonasdan/bootstrap-datetimepicker/issues"
|
|
},
|
|
"keywords": [
|
|
"twitter-bootstrap",
|
|
"bootstrap",
|
|
"datepicker",
|
|
"datetimepicker",
|
|
"timepicker",
|
|
"moment"
|
|
],
|
|
"dependencies": {
|
|
"moment": "~2.8.2",
|
|
"bootstrap": "^3.0",
|
|
"jquery": "latest"
|
|
},
|
|
"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"
|
|
}
|
|
}
|