component.json 420 B

1234567891011121314151617
  1. {
  2. "name": "pikaday",
  3. "repo": "dbushell/Pikaday",
  4. "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS",
  5. "version": "1.4.0",
  6. "keywords": [
  7. "datepicker",
  8. "calendar",
  9. "date"
  10. ],
  11. "main": "pikaday.js",
  12. "scripts": ["pikaday.js"],
  13. "styles": ["css/pikaday.css"],
  14. "dependencies": {},
  15. "demo": "http://dbushell.github.io/Pikaday/",
  16. "license": "MIT"
  17. }