From 83400033a3b7a91ad072a5d306355c9cd5a80d82 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 24 Jul 2015 15:48:01 -0400 Subject: integrated event scrubbing with direct image access - need to clean up code --- www/lib/angular-carousel/bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www/lib/angular-carousel/bower.json (limited to 'www/lib/angular-carousel/bower.json') diff --git a/www/lib/angular-carousel/bower.json b/www/lib/angular-carousel/bower.json new file mode 100644 index 00000000..289b5926 --- /dev/null +++ b/www/lib/angular-carousel/bower.json @@ -0,0 +1,26 @@ +{ + "name": "angular-carousel", + "description": "Angular Carousel - Mobile friendly touch carousel for AngularJS", + "version": "0.3.12", + "homepage": "http://revolunet.github.com/angular-carousel", + "author": "Julien Bouquillon ", + "repository": { + "type": "git", + "url": "git://github.com/revolunet/angular-carousel.git" + }, + "main": [ + "dist/angular-carousel.js", + "dist/angular-carousel.css" + ], + "ignore": [ + "demo" + ], + "dependencies": { + "angular": ">=1.2.10", + "angular-touch": ">=1.2.10" + }, + "devDependencies": { + "angular-mocks": ">=1.2.10", + "requirejs": ">=2.1.0" + } +} -- cgit v1.2.3