forked from boris-jenicek/ngx-awesome-popup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.64 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@costlydeveloper/ngx-awesome-popup",
"version": "2.2.0",
"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://costlydeveloper.github.io/ngx-awesome-popup/",
"bugs": {
"url": "https://github.com/costlydeveloper/ngx-awesome-popup/discussions/categories/bug-report"
},
"author": "Boris Jenicek <costlydeveloper@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://git@github.com/costlydeveloper/ngx-awesome-popup",
"directory": "dist"
},
"allowedNonPeerDependencies": {},
"peerDependencies": {
"@angular/common": ">8.0.0",
"@angular/core": ">8.0.0",
"rxjs": ">6.0.0"
},
"ngPackage": {
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"cssUrl": "inline",
"entryFile": "public_api.ts"
},
"assets": [
"assets/**"
],
"dest": "dist"
}
}