-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
{
"name": "redux-persist-transform-include-defaults",
"version": "0.0.6",
"description": "include the rehydrated reducer's defaults in a persist: transform for redux-persist",
"main": "index.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "yarn build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"dependencies": {
"lodash": "^4.17.10",
"redux-persist": "^5.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/CityTransit/redux-persist-transform-include-defaults.git"
},
"files": [
"lib/"
],
"keywords": [
"redux",
"redux-persist",
"redux-persist-transform",
"include-defaults"
],
"homepage": "https://github.com/CityTransit/redux-persist-transform-include-defaults",
"author": "Nico Richard <[email protected]>",
"license": "MIT"
}