-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 738 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": "redux-wait-for-action",
"version": "0.0.7",
"description": "Redux middleware to make store.dispatch() return a promise and wait for another action",
"main": "lib/index.js",
"scripts": {
"build": "make build",
"test": "make test",
"lint": "make lint"
},
"author": "Chion Tang <sdspeedonion@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.12.2",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Chion82/redux-wait-for-action"
},
"keywords": [
"redux",
"redux-saga",
"react"
]
}