-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.41 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
51
52
53
54
{
"name": "@costlydeveloper/ngx-awesome-popup",
"version": "3.2.2",
"description": "The world's easiest, most powerful Angular dialog modal framework. It generates beautiful popups, dialogs, Confirm Boxes, Alert Boxes, Toast Notifications. Also gives the ability of opening dynamic components directly from typescript!",
"keywords": [
"front-end",
"web",
"alert",
"cookie banner",
"angular",
"angular2",
"angular10",
"angular11",
"angular12",
"angular modal",
"angular confirm",
"angular alert",
"angular toast",
"angular toaster",
"angular cookie",
"angular popup",
"angular dialog",
"angular progressbar",
"angular banner",
"alert",
"notifications",
"toast notification",
"dynamic component",
"confirm box",
"alert box",
"dialog",
"modal",
"toast",
"popup",
"dynamic"
],
"homepage": "https://boris-jenicek.github.io/ngx-awesome-popup/",
"bugs": {
"url": "https://github.com/boris-jenicek/ngx-awesome-popup/discussions/categories/bug-report"
},
"author": "Boris Jenicek <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]/boris-jenicek/ngx-awesome-popup",
"directory": "dist"
},
"allowedNonPeerDependencies": {},
"peerDependencies": {
"@angular/common": ">8.0.0",
"@angular/core": ">8.0.0",
"rxjs": ">6.0.0"
}
}