forked from jmdobry/angular-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 1.32 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"author": "Jason Dobry",
"name": "angular-cache",
"description": "angular-cache is a very useful replacement for Angular's $cacheFactory.",
"version": "2.1.0",
"homepage": "http://jmdobry.github.io/angular-cache/",
"repository": {
"type": "git",
"url": "git://github.com/jmdobry/angular-cache.git"
},
"main": "./dist/angular-cache.min.js",
"ignore": [
".idea/",
".bowerrc",
"*.iml",
"src/",
"coverage/",
".jshintrc",
"demo/",
".jslintrc",
"Gruntfile.js",
"CONTRIBUTING.md",
"TRANSITION.md",
"node_modules/",
"test/",
"karma.conf.js",
"libpeerconnection.log",
".gitignore",
".travis.yml"
],
"devDependencies": {
"angular-1.0.4": "angular#1.0.4",
"angular-1.0.5": "angular#1.0.5",
"angular-1.0.6": "angular#1.0.6",
"angular-1.0.7": "angular#1.0.7",
"angular-1.0.8": "angular#1.0.8",
"angular-1.1.4": "angular-unstable#1.1.4",
"angular-1.1.5": "angular-unstable#1.1.5",
"angular-mocks-1.0.4": "angular-mocks#1.0.4",
"angular-mocks-1.0.5": "angular-mocks#1.0.5",
"angular-mocks-1.0.6": "angular-mocks#1.0.6",
"angular-mocks-1.0.7": "angular-mocks#1.0.7",
"angular-mocks-1.0.8": "angular-mocks#1.0.8",
"angular-mocks-1.1.5": "angular-mocks-unstable#1.1.5"
},
"resolutions": {
"angular": "1.0.8"
}
}