-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "@ngrx-utils/store",
"version": "0.11.0",
"description": "Utils Library for Angular and Ngrx",
"peerDependencies": {
"@angular/common": "NG_VERSION",
"@angular/core": "NG_VERSION",
"@ngrx/store": "NGRX_VERSION",
"rxjs": "RXJS_VERSION"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ngrx-utils/ngrx-utils.git"
},
"keywords": [
"@ngrx/store",
"NgRx",
"Angular",
"Store",
"Redux",
"@ngrx-utils/store"
],
"author": "San Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngrx-utils/ngrx-utils/issues"
},
"homepage": "https://github.com/ngrx-utils/ngrx-utils#readme",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"main": "bundles/ngrx-utils-store.umd.js",
"module": "fesm5/ngrx-utils-store.js",
"es2015": "fesm2015/ngrx-utils-store.js",
"esm5": "esm5/ngrx-utils-store.js",
"esm2015": "esm2015/ngrx-utils-store.js",
"fesm5": "fesm5/ngrx-utils-store.js",
"fesm2015": "fesm2015/ngrx-utils-store.js",
"typings": "ngrx-utils-store.d.ts",
"metadata": "ngrx-utils-store.metadata.json",
"dependencies": {
"tslib": "^1.9.0"
}
}