.bower.json 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "_release": "1.3.7",
  33. "_resolution": {
  34. "type": "version",
  35. "tag": "1.3.7",
  36. "commit": "cec00832caa3a1940801a0b20f84c8b9c8518b1f"
  37. },
  38. "_source": "git://github.com/wilddeer/Peppermint.git",
  39. "_target": "~1.3.7",
  40. "_originalSource": "Peppermint",
  41. "_direct": true
  42. }