forked from koriUA/rxjs-store-persist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 980 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
40
{
"name": "ngrx-store-persist",
"version": "1.0.20",
"description": "ngrx-store-persist depends on @ngrx/store and angular 2+",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p . --newLine lf",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koriUA/rxjs-store-persist.git"
},
"keywords": [
"redux",
"ngrx",
"store",
"IndexedDB",
"locastorage",
"websql",
"persist"
],
"author": "Vitalii Ivanchyshyn",
"license": "ISC",
"bugs": {
"url": "https://github.com/koriUA/rxjs-store-persist.git/issues"
},
"homepage": "https://github.com/koriUA/rxjs-store-persist.git#readme",
"peerDependencies": {
"@ngrx/store": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"dependencies": {
"deepmerge": "^4.0.0",
"localforage": "^1.7.3"
},
"devDependencies": {
"prettier": "1.18.2",
"typescript": "3.5.3"
}
}