summaryrefslogtreecommitdiff
path: root/www/lib/ion-image-lazy-load/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ion-image-lazy-load/bower.json')
-rw-r--r--www/lib/ion-image-lazy-load/bower.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/www/lib/ion-image-lazy-load/bower.json b/www/lib/ion-image-lazy-load/bower.json
new file mode 100644
index 00000000..f30b1128
--- /dev/null
+++ b/www/lib/ion-image-lazy-load/bower.json
@@ -0,0 +1,28 @@
+{
+ "name": "ionic-image-lazy-load",
+ "main": "ionic-image-lazy-load.js",
+ "version": "1.0.0",
+ "homepage": "https://github.com/paveisistemas/ionic-image-lazy-load",
+ "authors": [
+ "Vincius Zilli Pavei <vinicius@paveisistemas.com.br>",
+ "Michel Vidailhet <mvidailhet@mncc.fr>"
+ ],
+ "description": "Directive to Ionic Framework that only loads an image when it is seen by the user.",
+ "moduleType": [
+ "amd"
+ ],
+ "keywords": [
+ "ionic",
+ "lazy",
+ "load",
+ "image"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}