nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-cache / .bower.json
1 {
2   "author": "Jason Dobry",
3   "name": "angular-cache",
4   "description": "angular-cache is a very useful replacement for Angular's $cacheFactory.",
5   "homepage": "https://github.com/jmdobry/angular-cache",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/jmdobry/angular-cache.git"
9   },
10   "main": "./dist/angular-cache.js",
11   "ignore": [
12     ".idea/",
13     ".*",
14     "*.iml",
15     "src/",
16     "bower_components/",
17     "coverage/",
18     "Gruntfile.js",
19     "package.json",
20     "CONTRIBUTING.md",
21     "node_modules/",
22     "test/",
23     "karma.conf.js",
24     "karma.start.js",
25     "libpeerconnection.log"
26   ],
27   "devDependencies": {
28     "angular-1.2.25": "angular#1.2.25",
29     "angular-resource": "angular-resource#1.2.25",
30     "angular-mocks-1.2.25": "angular-mocks#1.2.25"
31   },
32   "dependencies": {
33     "angular": ">=1.x"
34   },
35   "version": "4.6.0",
36   "_release": "4.6.0",
37   "_resolution": {
38     "type": "version",
39     "tag": "4.6.0",
40     "commit": "b491ed8361cd092dd82e59eab0031a2e202900a6"
41   },
42   "_source": "https://github.com/jmdobry/angular-cache.git",
43   "_target": "~4.6.0",
44   "_originalSource": "angular-cache"
45 }