You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
542 B
22 lines
542 B
{
|
|
"name": "toastify-js",
|
|
"version": "1.12.0",
|
|
"description": "Toastify is a lightweight, vanilla JS toast notification library.",
|
|
"main": "./src/toastify.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apvarun/toastify-js.git"
|
|
},
|
|
"keywords": [
|
|
"toastify",
|
|
"javascript",
|
|
"notifications",
|
|
"toast"
|
|
],
|
|
"author": "Varun A P",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apvarun/toastify-js/issues"
|
|
},
|
|
"homepage": "https://github.com/apvarun/toastify-js#readme"
|
|
}
|