forked from bsalex/angular-loading-overlay-http-interceptor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 597 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 597 Bytes
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
{
"name": "angular-loading-overlay-http-interceptor",
"homepage": "https://github.com/bsalex/angular-loading-overlay-http-interceptor",
"authors": [
"Alexander Beshchuk <bs.alex.mail@gmail.com>"
],
"description": "Directive to manipulate overlays on async operations.",
"main": "dist/angular-loading-overlay-http-interceptor.js",
"keywords": [
"angular",
"loading",
"overlay",
"spinner",
"http",
"ajax",
"interceptor"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}