@shanehoban/vue-toaster
Version:
Vue.js toaster notification
38 lines (37 loc) • 806 B
JSON
{
"name": "@shanehoban/vue-toaster",
"version": "1.0.1",
"description": "Vue.js toaster notification",
"main": "src/index.js",
"exports": {
".": {
"import": "./src/index.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shanehoban/vue-toaster.git"
},
"keywords": [
"toast",
"toaster",
"notification",
"vue",
"vue3",
"toastify"
],
"author": "@jprodrigues70, @shanehoban",
"license": "MIT",
"bugs": {
"url": "https://github.com/shanehoban/vue-toaster/issues"
},
"homepage": "https://github.com/shanehoban/vue-toaster#readme",
"dependencies": {
"mitt": "^3.0.0",
"stylus": "~0.54.8",
"stylus-loader": "~3.0.2"
}
}