Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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