From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- .../bower_components/angular-cache/.bower.json | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 ecomp-portal-FE/client/bower_components/angular-cache/.bower.json (limited to 'ecomp-portal-FE/client/bower_components/angular-cache/.bower.json') diff --git a/ecomp-portal-FE/client/bower_components/angular-cache/.bower.json b/ecomp-portal-FE/client/bower_components/angular-cache/.bower.json deleted file mode 100644 index 69505556..00000000 --- a/ecomp-portal-FE/client/bower_components/angular-cache/.bower.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "author": "Jason Dobry", - "name": "angular-cache", - "description": "angular-cache is a very useful replacement for Angular's $cacheFactory.", - "homepage": "https://github.com/jmdobry/angular-cache", - "repository": { - "type": "git", - "url": "https://github.com/jmdobry/angular-cache.git" - }, - "main": "./dist/angular-cache.js", - "ignore": [ - ".idea/", - ".*", - "*.iml", - "src/", - "bower_components/", - "coverage/", - "Gruntfile.js", - "package.json", - "CONTRIBUTING.md", - "node_modules/", - "test/", - "karma.conf.js", - "karma.start.js", - "libpeerconnection.log" - ], - "devDependencies": { - "angular-1.2.25": "angular#1.2.25", - "angular-resource": "angular-resource#1.2.25", - "angular-mocks-1.2.25": "angular-mocks#1.2.25" - }, - "dependencies": { - "angular": ">=1.x" - }, - "version": "4.6.0", - "_release": "4.6.0", - "_resolution": { - "type": "version", - "tag": "4.6.0", - "commit": "b491ed8361cd092dd82e59eab0031a2e202900a6" - }, - "_source": "https://github.com/jmdobry/angular-cache.git", - "_target": "~4.6.0", - "_originalSource": "angular-cache" -} \ No newline at end of file -- cgit 1.2.3-korg