bower.json 402 B

12345678910111213141516171819
  1. {
  2. "name": "perfect-scrollbar",
  3. "version": "0.6.0",
  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. }