From e18708f10b04455be151a5a799f0109c34f20a25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 11:39:30 -0400 Subject: package updates to set up bower correctly #535 --- www/lib/angular-carousel/bower.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index 77a6936b..00000000 --- a/www/lib/angular-carousel/bower.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "angular-carousel", - "description": "Angular Carousel - Mobile friendly touch carousel for AngularJS", - "version": "0.3.13", - "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