.bower.json 951 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "datepair.js",
  3. "version": "0.4.16",
  4. "main": [
  5. "dist/datepair.js",
  6. "dist/jquery.datepair.js"
  7. ],
  8. "ignore": [
  9. "**/.*",
  10. "node_modules",
  11. "components",
  12. "spec",
  13. "Gruntfile.js",
  14. "src",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "homepage": "http://jonthornton.github.com/Datepair.js",
  20. "authors": [
  21. "Jon Thornton"
  22. ],
  23. "description": "A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
  24. "keywords": [
  25. "timepicker",
  26. "datepicker",
  27. "time",
  28. "date",
  29. "picker",
  30. "ui",
  31. "calendar",
  32. "input",
  33. "form"
  34. ],
  35. "license": "MIT",
  36. "_release": "0.4.16",
  37. "_resolution": {
  38. "type": "version",
  39. "tag": "0.4.16",
  40. "commit": "d54ca5c1e9e5fce523b2976e0454d3cd556560ff"
  41. },
  42. "_source": "https://github.com/jonthornton/Datepair.js.git",
  43. "_target": "^0.4.16",
  44. "_originalSource": "datepair",
  45. "_direct": true
  46. }