Files
cdnjs/ajax/libs/bootstrap-datetimepicker/package.json
T
Enrique Ibarra f66c832d37 Update package.json
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.
2014-04-05 17:31:12 -03:00

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": "*"
}
}