-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.53 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.53 KB
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": "ngx-event-handler",
"version": "18.0.0",
"description": "Easy way to handle page clicks, outside or inside specific elements.",
"main": "./package/index.js",
"scripts": {
"build": "ng-packagr -p ng-package.json",
"publish": "ng-packagr -p ng-package.json && npm publish ./package --tag latest",
"publish-next": "ng-packagr -p ng-package.json && npm publish ./package --tag next",
"start": "ng serve --port 4202"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marcelh1983/angular-event-handler.git"
},
"keywords": [
"Angular",
"click outside",
"handle events",
"events",
"page clicks"
],
"author": "Marcel Hoekstra",
"license": "MIT",
"bugs": {
"url": "https://github.com/Marcelh1983/angular-event-handler/issues"
},
"homepage": "https://github.com/Marcelh1983/angular-event-handler",
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.12",
"@angular/animations": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/forms": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@angular/router": "^18.2.12",
"@types/node": "^12.11.1",
"bootstrap": "5.3.3",
"ng-packagr": "^18.2.1",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"typescript": "~5.4.5",
"zone.js": "~0.14.10"
},
"peerDependencies": {}
}