diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..074fe10 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "Sloth", + "main": "Sloth.js", + "homepage": "https://github.com/rockfield/Sloth", + "authors": [ + "philipp " + ], + "description": "Library to lazy initialize components of a webpage when they become visible.", + "keywords": [ + "lazy", + "initialize", + "webpage", + "visible", + "view", + "appearing", + "appear" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}