toastjs-notifications
Version:
Una librería moderna, ligera y elegante para notificaciones toast en aplicaciones web. Incluye animaciones suaves, múltiples posiciones y diseño responsive.
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "toastjs-notifications",
"version": "1.11.14",
"description": "Una librería moderna, ligera y elegante para notificaciones toast en aplicaciones web. Incluye animaciones suaves, múltiples posiciones y diseño responsive.",
"main": "toast-notifications.min.js",
"files": [
"toast.js",
"toast-notifications.min.js",
"toast-notifications.css"
],
"unpkg": "toast-notifications.min.js",
"jsdelivr": "toast-notifications.min.js",
"unpkgCss": "toast-notifications.css",
"jsdelivrCss": "toast-notifications.css",
"keywords": [
"toast",
"notifications",
"ui",
"alerts",
"popup",
"notification-system",
"toast-notifications",
"javascript",
"vanilla-js",
"frontend",
"web-components",
"user-interface",
"ux",
"ui-components",
"browser",
"lightweight",
"zero-dependencies",
"responsive",
"modern-ui"
],
"author": "Urian Viera",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/urian121/toastjs-notifications"
},
"scripts": {
"build": "terser toast.js -c toplevel=true,pure_funcs='console.log' -m -o toast-notifications.min.js"
},
"homepage": "https://toastjs-notifications.vercel.app",
"devDependencies": {
"terser": "^5.41.0"
}
}