-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 881 Bytes
/
package.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
{
"name": "redux-actions-async",
"version": "0.3.2",
"description": "A small library that facilitates the development of asynchronous actions in the redux ecosystem. Without copy-paste code and without headache.",
"keywords": [
"redux",
"normalizr",
"async",
"action",
"reselect"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/defint/redux-actions-async.git"
},
"author": "Anton Matrenin <[email protected]> (https://github.com/defint)",
"license": "MIT",
"bugs": {
"url": "https://github.com/defint/redux-actions-async/issues"
},
"homepage": "https://github.com/defint/redux-actions-async#readme",
"dependencies": {
"normalizr": "^3.2.4",
"redux-actions": "^2.4.0",
"reselect": "^3.0.1"
}
}