mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|