-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 993 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
38
39
{
"name": "fetch-middleware",
"version": "1.1.0",
"description": "Middleware for Redux async actions",
"license": "MIT",
"author": "Junior Oliveira",
"main": "lib/fetch-middleware.min.js",
"scripts": {
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"webpack": "1.12.9",
"yargs": "3.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arojunior/fetch-middleware.git"
},
"keywords": [
"redux",
"es6",
"middleware",
"async",
"requests",
"flux",
"side-effects"
],
"bugs": {
"url": "https://github.com/arojunior/fetch-middleware/issues"
},
"homepage": "https://github.com/arojunior/fetch-middleware"
}