-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 832 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
31
32
33
34
35
36
{
"name": "redux-save",
"version": "0.0.1",
"description": "merge in styling with ajax requests in redux",
"main": "dist/index.js",
"scripts": {
"start": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Legitcode/redux-save.git"
},
"keywords": [
"redux",
"react",
"fetch",
"middleware"
],
"author": "Zach Silveira",
"license": "ISC",
"bugs": {
"url": "https://github.com/Legitcode/redux-save/issues"
},
"homepage": "https://github.com/Legitcode/redux-save#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.0",
"koa-send": "^2.0.2"
},
"devDependencies": {
"babel-core": "^5.8.33",
"babel-loader": "^5.3.3",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.1",
"webpack": "^1.12.3"
}
}