From 363b71cdce030c80a760c7194c5caecd684de714 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 2 Nov 2016 15:05:21 +0300 Subject: [PATCH] registered at bower --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json 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" + ] +}