bower.json 532 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "pikaday",
  3. "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
  4. "keywords": [
  5. "datepicker",
  6. "calendar",
  7. "date"
  8. ],
  9. "main": [
  10. "./pikaday.js",
  11. "./css/pikaday.css"
  12. ],
  13. "dependencies": {},
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "components"
  18. ],
  19. "license" : [
  20. "BSD",
  21. "MIT"
  22. ],
  23. "homepage": "http://dbushell.github.io/Pikaday/",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/dbushell/Pikaday.git"
  27. }
  28. }