mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
Updated homepage and description in package.json, since there are many bootstrap datetimepicker libs out there, and I couldn't identify which one was this without viewing the source code. Possibly it could prevent other people to have to do the same.
28 lines
636 B
JSON
28 lines
636 B
JSON
{
|
|
"name": "bootstrap-datetimepicker",
|
|
"filename": "js/bootstrap-datetimepicker.min.js",
|
|
"homepage": "http://eonasdan.github.io/bootstrap-datetimepicker/",
|
|
"description": "Date/time picker widget for Twitter",
|
|
"version": "3.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/eonasdan/bootstrap-datetimepicker.git"
|
|
},
|
|
"keywords": [
|
|
"twitter-bootstrap",
|
|
"bootstrap",
|
|
"datepicker",
|
|
"datetimepicker",
|
|
"timepicker",
|
|
"moment"
|
|
],
|
|
"devDependencies": {
|
|
"uglify-js": "*",
|
|
"less": "*",
|
|
"mocha-phantomjs": "*",
|
|
"mocha": "*",
|
|
"chai": "*",
|
|
"coffee-script": "*"
|
|
}
|
|
}
|