-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 871 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 871 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
27
28
29
30
{
"name": "angular-http-loading-interceptor",
"description": "HTTP Loading Interceptor Module for AngularJS",
"version": "1.0.3",
"maintainers": [
{
"email": "jarnix@jarnix.com"
}
],
"repositories": [
{
"type": "git",
"url": "git+https://github.com/jarnix/angular-httpLoadingInterceptor.git"
}
],
"dependencies": {
"angular": "~1.4.0"
},
"readme": "This module will intercept all the requests done in the app, and displays a spinner",
"gitHead": "5d9ec940451c0d7cec5d74d9af05811dd807563c",
"repository": {
"type": "git",
"url": "git+https://github.com/jarnix/angular-httpLoadingInterceptor.git"
},
"bugs": {
"url": "https://github.com/jarnix/angular-httpLoadingInterceptor.git/issues"
},
"homepage": "https://github.com/jarnix/angular-httpLoadingInterceptor.git#readme",
"scripts": {}
}