-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 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
{
"name": "@tinkoff/ng-event-plugins",
"version": "2.3.0",
"peerDependencies": {
"@angular/core": ">=9.0.0",
"@angular/platform-browser": ">=9.0.0",
"rxjs": ">=6.0.0"
},
"description": "This is a library for optimizing performance sensitive events and declarative preventDefault and stopPropagation",
"keywords": [
"angular",
"ng",
"preventDefault",
"stopPropagation",
"event",
"filter",
"EventManager",
"EventManagerPlugin",
"performance",
"optimize",
"optimization",
"change",
"detection"
],
"license": "Apache-2.0",
"authors": [
"Alex Inkin <a.inkin@tinkoff.ru>",
"Roman Sedov <r.sedov@tinkoff.ru>"
],
"repository": "https://github.com/TinkoffCreditSystems/ng-event-plugins",
"bugs": "https://github.com/TinkoffCreditSystems/ng-event-plugins/issues",
"homepage": "https://github.com/TinkoffCreditSystems/ng-event-plugins#README",
"main": "bundles/tinkoff-ng-event-plugins.umd.js",
"module": "fesm2015/tinkoff-ng-event-plugins.js",
"es2015": "fesm2015/tinkoff-ng-event-plugins.js",
"esm2015": "esm2015/tinkoff-ng-event-plugins.js",
"fesm2015": "fesm2015/tinkoff-ng-event-plugins.js",
"typings": "tinkoff-ng-event-plugins.d.ts",
"metadata": "tinkoff-ng-event-plugins.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^2.2.0"
}
}