.bower.json 758 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "scrollspy",
  3. "main": "scrollspy.js",
  4. "homepage": "https://github.com/makotot/scrollspy",
  5. "authors": [
  6. "makotot <makoto.ttn@gmail.com>"
  7. ],
  8. "description": "Scrollspy library",
  9. "moduleType": [
  10. "amd",
  11. "globals"
  12. ],
  13. "keywords": [
  14. "scrollspy"
  15. ],
  16. "license": "MIT",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests",
  23. "css",
  24. "*.html",
  25. "src"
  26. ],
  27. "_release": "4d9059b5d5",
  28. "_resolution": {
  29. "type": "branch",
  30. "branch": "master",
  31. "commit": "4d9059b5d5f6dc1a5f0eff1ed805292c22d0bc2b"
  32. },
  33. "_source": "git://github.com/makotot/scrollspy.git",
  34. "_target": "*",
  35. "_originalSource": "scrollspy",
  36. "_direct": true
  37. }