您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bower.json 446B

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. }