bower.json 683 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Peppermint",
  3. "version": "1.3.7",
  4. "homepage": "http://wd.dizaina.net/en/scripts/peppermint/",
  5. "authors": [
  6. "Oleg Korsunsky <wd@dizaina.net>"
  7. ],
  8. "description": "Responsive touch-enabled slider. Tiny, supports mouse and all sorts of touch, library agnostic.",
  9. "main": [
  10. "dist/peppermint.min.js",
  11. "dist/peppermint.suggested.css"
  12. ],
  13. "keywords": [
  14. "touch",
  15. "touch-events",
  16. "pointer-events",
  17. "mouse-events",
  18. "slider",
  19. "carousel",
  20. "gallery",
  21. "vanilla-js",
  22. "framework-agnostic",
  23. "library-agnostic"
  24. ],
  25. "license": "MIT",
  26. "ignore": [
  27. "**/.*",
  28. "node_modules",
  29. "bower_components",
  30. "test"
  31. ]
  32. }