bower.json 614 B

1234567891011121314151617181920212223
  1. {
  2. "name": "datepair.js",
  3. "version": "0.4.16",
  4. "main": ["dist/datepair.js", "dist/jquery.datepair.js"],
  5. "ignore": [
  6. "**/.*",
  7. "node_modules",
  8. "components",
  9. "spec",
  10. "Gruntfile.js",
  11. "src",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "homepage": "http://jonthornton.github.com/Datepair.js",
  17. "authors": [
  18. "Jon Thornton"
  19. ],
  20. "description": "A javascript plugin for intelligently selecting date and time ranges inspired by Google Calendar.",
  21. "keywords": [ "timepicker", "datepicker", "time", "date", "picker", "ui", "calendar", "input", "form" ],
  22. "license": "MIT"
  23. }