site/external/skrollr/bower.json

29 lines
516 B
JSON
Executable File

{
"name": "skrollr",
"homepage": "http://prinzhorn.github.io/skrollr/",
"authors": [
"Alexander Prinzhorn"
],
"description": "Stand-alone parallax scrolling library for mobile (Android + iOS) and desktop",
"main": "src/skrollr.js",
"moduleType": [
"globals"
],
"keywords": [
"parallax",
"scroll",
"animation",
"html5",
"css3",
"transition"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}