-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 815 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
{
"name": "redux-object-to-promise",
"version": "0.3.4",
"description": "Redux middleware to transform an object into a promise",
"main": "build/index.js",
"jsnext:main": "src/index.js",
"files": [
"build",
"src",
"index.d.ts"
],
"scripts": {
"test": "make lint",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/mathieudutour/redux-object-to-promise.git"
},
"homepage": "https://github.com/mathieudutour/redux-object-to-promise",
"keywords": [
"redux",
"promise",
"middleware",
"redux-middleware",
"object"
],
"author": "Mathieu Dutour <mathieu@dutour.me>",
"license": "MIT",
"devDependencies": {
"@mathieudutour/js-fatigue": "^1.0.2"
},
"dependencies": {
"axios": "^0.17.1"
}
}