From cee8c7c15a4d67af6658fdf98fa444fddf32c121 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 26 Jul 2015 16:54:12 -0400 Subject: Added slider with alarm frame tick marks and scrubbing --- www/lib/ion-image-lazy-load/.bower.json | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 www/lib/ion-image-lazy-load/.bower.json (limited to 'www/lib/ion-image-lazy-load/.bower.json') 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..c7fbe652 --- /dev/null +++ b/www/lib/ion-image-lazy-load/.bower.json @@ -0,0 +1,36 @@ +{ + "name": "ionic-image-lazy-load", + "main": "ionic-image-lazy-load.js", + "homepage": "https://github.com/paveisistemas/ionic-image-lazy-load", + "authors": [ + "Vincius Zilli Pavei ", + "Michel Vidailhet " + ], + "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" + ], + "_release": "fd1812ec1c", + "_resolution": { + "type": "branch", + "branch": "master", + "commit": "fd1812ec1cec3d3e44ef2e9f823104ceed0b196b" + }, + "_source": "git://github.com/paveisistemas/ionic-image-lazy-load.git", + "_target": "*", + "_originalSource": "ion-image-lazy-load" +} -- cgit v1.2.3