.bower.json 683 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "perfect-scrollbar",
  3. "version": "0.6.1",
  4. "homepage": "http://noraesae.github.io/perfect-scrollbar/",
  5. "authors": [
  6. "Hyunje Alex Jun <me@noraesae.net>"
  7. ],
  8. "description": "Minimalistic but perfect custom scrollbar plugin",
  9. "main": [
  10. "css/perfect-scrollbar.css",
  11. "js/perfect-scrollbar.js"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "bower_components"
  17. ],
  18. "_release": "0.6.1",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "0.6.1",
  22. "commit": "969b3c332cce3e4650c03ec670cad0a4701aaeda"
  23. },
  24. "_source": "git://github.com/noraesae/perfect-scrollbar-bower.git",
  25. "_target": "~0.6.1",
  26. "_originalSource": "perfect-scrollbar"
  27. }