You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 446B

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