@incuca/vue3-toaster
Version:
Lightweight toast-notification plugin for Vue 3
37 lines (36 loc) • 859 B
JSON
{
"name": "@incuca/vue3-toaster",
"version": "1.1.1",
"description": "Lightweight toast-notification plugin for Vue 3",
"license": "MIT",
"homepage": "https://github.com/InCuca/vue3-toaster/issues#readme",
"repository": {
"type": "git",
"url": "git@github.com:InCuca/vue3-toaster.git"
},
"bugs": {
"url": "https://github.com/InCuca/vue3-toaster/issues"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"vue3",
"toast",
"toaster",
"notification",
"snackbar"
],
"devDependencies": {
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.6.0",
"postcss": "^8.2.6",
"prettier": "^1.19.1",
"vue": "^3.0.6"
}
}