forked from mdlivingston/mat-select-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
49
50
{
"name": "mat-select-filter",
"version": "2.3.7",
"peerDependencies": {
"@angular/common": "^10.1.0",
"@angular/core": "^10.1.0"
},
"main": "bundles/mat-select-filter.umd.js",
"module": "fesm5/mat-select-filter.js",
"es2015": "fesm2015/mat-select-filter.js",
"esm5": "esm5/mat-select-filter.js",
"esm2015": "esm2015/mat-select-filter.js",
"fesm5": "fesm5/mat-select-filter.js",
"fesm2015": "fesm2015/mat-select-filter.js",
"typings": "mat-select-filter.d.ts",
"metadata": "mat-select-filter.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.0.0"
},
"description": "https://github.com/mdlivingston",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdlivingston/mat-select-filter.git"
},
"keywords": [
"Angular",
"Angular",
"7",
"Material",
"Angular",
"Material",
"mat-select-filter",
"mat-select",
"filtering",
"dropdown",
"angular",
"dropdown",
"dropdown"
],
"author": "Max Livingston",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdlivingston/mat-select-filter/issues"
},
"homepage": "https://github.com/mdlivingston/mat-select-filter#readme"
}