mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
* N°7243 - Add toast notifications to iTop * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update js/pages/backoffice/toolbox.js * Update js/utils.js * N°7243 - Move some rules to a dedicated partial and use spacing variables --------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
23 lines
542 B
JSON
23 lines
542 B
JSON
{
|
|
"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"
|
|
}
|