forked from PlatziDev/redux-catch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1004 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
32
33
34
35
36
37
{
"name": "redux-catch-async",
"version": "1.2.0",
"description":
"Error handling middleware for redux that supports sync and async errors",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"transpile":
"./node_modules/babel-cli/bin/babel.js ./src/raw.js --presets env > generated.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/boweihan/redux-catch-async.git"
},
"keywords": [
"error-catcher-middleware",
"middleware",
"redux",
"error-handling",
"redux-catch-async",
"redux-catch",
"redux-middleware"
],
"author": "Bowei Han && Sergio Daniel Xalambrí",
"license": "MIT",
"bugs": {
"url": "https://github.com/boweihan/redux-catch-async/issues"
},
"homepage": "https://github.com/boweihan/redux-catch-async#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"mocha": "^5.2.0",
"regenerator-runtime": "^0.11.1"
}
}