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.
22 lines
426 B
22 lines
426 B
{
|
|
"name": "wow",
|
|
"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": "GPLv3",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|
|
|