UNPKG

@celvine/vue-toaster

Version:
37 lines (36 loc) 800 B
{ "name": "@celvine/vue-toaster", "version": "1.0.5", "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/MeForma/vue-toaster.git" }, "keywords": [ "toast", "toaster", "notification", "vue", "vue3", "toastify" ], "author": "@jprodrigues70", "license": "MIT", "bugs": { "url": "https://github.com/MeForma/vue-toaster/issues" }, "homepage": "https://github.com/MeForma/vue-toaster#readme", "dependencies": { "@celvine/vue-toaster": "^1.0.3", "sass": "^1.89.2" } }