-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.15 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
{
"name": "dialog-js2.0",
"version": "2.0.1",
"author": "Fernando Omar Luna",
"description": "A lightweight, modern, and dependency-free JavaScript library for creating asynchronous, accessible native modal dialogs and toasts. Powered by the native HTML5 `<dialog>` element and fully compatible with JS Modules (ESM) and, of course, a simple option to implement it via a classic CDN way.",
"main": "dist/dialogJS2.0.min.js",
"style": "dist/dialogJS2-default-theme.min.css",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/dialogJS2.0.min.js",
"style": "./dist/dialogJS2-default-theme.min.css"
},
"./themes/*": "./dist/dialogJS2-*-theme.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobilepadawan/Dialog-JS2.git"
},
"keywords": [ "alert", "prompt", "confirm", "toast", "message", "messages", "dialog", "library", "Sweet Alert 2", "Toastify-JS", "DialogJS", "ToastIT-js", "Toast-It"],
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/mobilepadawan/Dialog-JS2/issues"
},
"homepage": "https://mobilepadawan.github.io/Dialog-JS2/website"
}