1234567891011121314151617181920212223 |
- {
- "name": "wow",
- "version": "1.1.2",
- "homepage": "https://github.com/matthieua/WOW",
- "authors": [
- "Matthieu Aussaguel <matthieu.aussaguel@gmail.com>"
- ],
- "description": "Reveal CSS animation as you scroll down a page.",
- "main": "dist/wow.js",
- "keywords": [
- "scroll",
- "animation",
- "reveal"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|