scrollreveal
Version:
Easy scroll animations for web and mobile browsers.
27 lines (23 loc) • 649 B
JSON
{
"name" : "scrollreveal",
"version" : "3.0.1",
"description" : "Easy scroll animations for web and mobile browsers.",
"homepage" : "https://scrollrevealjs.org",
"main" : "dist/scrollreveal.js",
"author" : "Julian Lloyd",
"license" : "MIT",
"repository": {
"type" : "git",
"url" : "https://github.com/jlmakes/scrollreveal.js.git"
},
"bugs": {
"url": "https://github.com/jlmakes/scrollreveal.js/issues"
},
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp": "*",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-wrap-umd": "*"
}
}