-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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
{
"name": "@snowpact/redux-persist-immutable-expire",
"version": "1.0.0",
"description": "Create expiring storage for your Redux stores that uses Immutable",
"main": "index.js",
"keywords": [
"redux",
"redux-persist",
"immutable"
],
"author": "Murat AVCI, SnowPact",
"license": "MIT",
"private": false,
"scripts": {
"test": "nyc mocha"
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"redux": "^4.0.5",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"codecov": "^3.6.5",
"mocha": "^7.1.0",
"nyc": "^15.0.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snowpact/redux-persist-immutable-expire.git"
},
"bugs": {
"url": "https://github.com/snowpact/redux-persist-immutable-expire/issues"
},
"homepage": "https://github.com/snowpact/redux-persist-immutable-expire#readme"
}