forked from nglrx/pipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 Bytes
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
{
"name": "@nglrx/pipes",
"version": "0.9.1",
"author": "Kapil Neurgaonkar",
"description": "A library of useful pipes for Angular apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nglrx/pipes.git"
},
"homepage": "https://nglrx.github.io/pipes/",
"bugs": "https://github.com/nglrx/pipes/issues",
"keywords": [
"ng",
"ngx",
"angular",
"pipes",
"angular pipes",
"library",
"angular library",
"filters",
"angular filters"
],
"peerDependencies": {
"@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}