forked from h2non/angular-resilient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 872 Bytes
/
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
{
"name": "angular-resilient",
"description": "Make $http resilient and fault tolerant",
"version": "0.3.0",
"license": "MIT",
"author": "Tomas Aparicio",
"repository": "h2non/angular-resilient",
"main": "angular-resilient.js",
"keywords": [
"resilient",
"reactive",
"balancer",
"discovering",
"servers",
"dynamic",
"balance",
"balancing",
"discover",
"responsive",
"fault",
"tolerant",
"fallback",
"hydra",
"consul"
],
"ignore": [
"**/.*",
".*",
"*.md",
"src",
"lib",
"test",
"Makefile",
".editorconfig",
".gitignore",
".travis.yml",
".npmignore",
"package.json",
"component.json",
"examples"
],
"dependencies": {
"resilient": "~0.3.0"
},
"devDependencies": {
"angular": "~1.2.23",
"angular-mocks": "~1.2.23"
}
}