-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-dist.json
42 lines (42 loc) · 944 Bytes
/
package-dist.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
{
"name": "rx-fsa",
"version": "1.0.5",
"author": "Patrick Martin",
"license": "MIT",
"description": "This TypeScript library provides factories for creating fully typed FSA-compliant Actions, reducers and RxJS utility operators.",
"keywords": [
"typescript",
"angular",
"react",
"flux",
"fsa",
"actions",
"action",
"reducer",
"redux",
"ngrx",
"rxjs",
"observables"
],
"main": "index.umd.js",
"module": "lens.es5.js",
"es2015": "index.js",
"browser": "index.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/patrimart/rx-fsa.git"
},
"bugs": {
"url": "https://github.com/patrimart/rx-fsa/issues"
},
"homepage": "https://github.com/patrimart/rx-fsa",
"peerDependencies": {
"@angular/core": "^6.0.0",
"@ngrx/store": "^6.0.0",
"rxjs": "^6.0.0"
}
}