UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@ngrx/router-store",
3 "version": "8.5.2",
4 "description": "Bindings to connect @angular/router to @ngrx/store",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/ngrx/platform.git"
8 },
9 "keywords": [
10 "RxJS",
11 "Angular",
12 "Redux",
13 "Schematics",
14 "Angular CLI"
15 ],
16 "author": "NgRx",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/ngrx/platform/issues"
20 },
21 "homepage": "https://github.com/ngrx/platform#readme",
22 "peerDependencies": {
23 "@angular/common": "^8.0.0",
24 "@angular/core": "^8.0.0",
25 "@angular/router": "^8.0.0",
26 "@ngrx/store": "8.5.2",
27 "rxjs": "^6.4.0"
28 },
29 "schematics": "./schematics/collection.json",
30 "ng-update": {
31 "packageGroup": [
32 "@ngrx/store",
33 "@ngrx/effects",
34 "@ngrx/entity",
35 "@ngrx/router-store",
36 "@ngrx/data",
37 "@ngrx/schematics",
38 "@ngrx/store-devtools"
39 ],
40 "migrations": "./migrations/migration.json"
41 },
42 "sideEffects": false,
43 "main": "./bundles/router-store.umd.js",
44 "fesm5": "./fesm5/router-store.js",
45 "fesm2015": "./fesm2015/router-store.js",
46 "esm5": "./esm5/router-store.js",
47 "esm2015": "./esm2015/router-store.js",
48 "typings": "./router-store.d.ts",
49 "module": "./fesm5/router-store.js",
50 "es2015": "./fesm2015/router-store.js"
51}
\No newline at end of file