datepair.jquery.json 805 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "datepair",
  3. "version": "0.4.10",
  4. "title": "Datepair.js",
  5. "description": "A plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
  6. "author": {
  7. "name": "Jon Thornton",
  8. "email": "thornton.jon@gmail.com",
  9. "url": "https://github.com/jonthornton"
  10. },
  11. "licenses": [
  12. {
  13. "type": "MIT",
  14. "url": "http://opensource.org/licenses/MIT"
  15. }
  16. ],
  17. "dependencies": {
  18. "jquery": ">=1.7"
  19. },
  20. "keywords": [ "timepicker", "datepicker", "time", "date", "picker", "ui", "calendar", "input", "form" ],
  21. "homepage": "http://jonthornton.github.com/jquery-datepair/",
  22. "bugs": {
  23. "url": "https://github.com/jonthornton/jquery-datepair/issues"
  24. },
  25. "docs": "https://github.com/jonthornton/jquery-datepair",
  26. "download": "https://github.com/jonthornton/jquery-datepair"
  27. }