bower.json 492 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "scrollspy",
  3. "main": "scrollspy.js",
  4. "version": "0.0.1",
  5. "homepage": "https://github.com/makotot/scrollspy",
  6. "authors": [
  7. "makotot <makoto.ttn@gmail.com>"
  8. ],
  9. "description": "Scrollspy library",
  10. "moduleType": [
  11. "amd",
  12. "globals"
  13. ],
  14. "keywords": [
  15. "scrollspy"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components",
  22. "test",
  23. "tests",
  24. "css",
  25. "*.html",
  26. "src"
  27. ]
  28. }