bower.json 426 B

12345678910111213141516171819202122
  1. {
  2. "name": "wow",
  3. "homepage": "https://github.com/matthieua/WOW",
  4. "authors": [
  5. "Matthieu Aussaguel <matthieu.aussaguel@gmail.com>"
  6. ],
  7. "description": "Reveal CSS animation as you scroll down a page.",
  8. "main": "dist/wow.js",
  9. "keywords": [
  10. "scroll",
  11. "animation",
  12. "reveal"
  13. ],
  14. "license": "GPLv3",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }