-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 768 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
31
32
33
34
35
{
"name": "redux-api-middleware-interceptor",
"version": "1.0.4",
"description": "A Redux API middleware for intercepting API calls.",
"main": "src/index.js",
"files": [
"src"
],
"peerDependencies": {
"redux-api-middleware": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamxabaig/redux-api-interceptor.git"
},
"bugs": {
"url": "https://github.com/hamxabaig/redux-api-interceptor/issues"
},
"keywords": [
"redux",
"interceptor",
"actions",
"redux-interceptor",
"middleware",
"universal",
"react",
"isomorphic",
"replay"
],
"author": "Hamza Baig <hamzabaig18@gmail.com>",
"license": "MIT",
"dependencies": {
"redux-api-middleware": "^2.3.0"
}
}