UNPKG

1.02 kBJSONView Raw
1{
2 "name": "@sweetalert2/ngx-sweetalert2",
3 "version": "5.0.2",
4 "description": "SweetAlert2 integration for Angular 4+",
5 "repository": "git@github.com:sweetalert2/ngx-sweetalert2.git",
6 "author": "Morgan Touverey Quilling <mtouverey@methodinthemadness.eu>",
7 "license": "MIT",
8 "peerDependencies": {
9 "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0",
10 "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0",
11 "rxjs": "^6.1.0",
12 "sweetalert2": "^8.5.0"
13 },
14 "main": "bundles/sweetalert2-ngx-sweetalert2.umd.js",
15 "module": "fesm5/sweetalert2-ngx-sweetalert2.js",
16 "es2015": "fesm2015/sweetalert2-ngx-sweetalert2.js",
17 "esm5": "esm5/sweetalert2-ngx-sweetalert2.js",
18 "esm2015": "esm2015/sweetalert2-ngx-sweetalert2.js",
19 "fesm5": "fesm5/sweetalert2-ngx-sweetalert2.js",
20 "fesm2015": "fesm2015/sweetalert2-ngx-sweetalert2.js",
21 "typings": "sweetalert2-ngx-sweetalert2.d.ts",
22 "metadata": "sweetalert2-ngx-sweetalert2.metadata.json",
23 "sideEffects": false,
24 "dependencies": {
25 "tslib": "^1.9.0"
26 }
27}