toast-notification-js
Version:
A simple notification with better customization
34 lines (33 loc) • 832 B
JSON
{
"name": "toast-notification-js",
"version": "1.1.0",
"description": "A simple notification with better customization",
"main": "src/toast-notification.esm.js",
"module": "src/toast-notification.esm.js",
"style": "src/toast-notification.css",
"unpkg": [
"dist/*"
],
"files": [
"dist/*",
"src/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danie-ramdhani/toast-notification.git"
},
"keywords": [
"notification",
"javascript",
"javascript-notification"
],
"author": "Danie Ramdhani",
"license": "MIT",
"bugs": {
"url": "https://github.com/danie-ramdhani/toast-notification/issues"
},
"homepage": "https://github.com/danie-ramdhani/toast-notification#readme"
}