vue-snotify
Version:
A Vue.js toast notifications
55 lines (54 loc) • 1.07 kB
JSON
{
"name": "vue-snotify",
"version": "3.2.1",
"description": "A Vue.js toast notifications",
"main": "vue-snotify.common.js",
"module": "vue-snotify.esm.js",
"unpkg": "vue-snotify.js",
"typings": "index.d.ts",
"keywords": [
"vue",
"vuejs",
"vuejs 2",
"vue 2",
"2",
"Library",
"Notifications",
"Notification",
"Toast",
"toasts",
"toaster",
"promt",
"async",
"confirmation",
"notify",
"notie",
"notification-center",
"snotify",
"vue-snotify",
"vue2-snotify",
"vuejs notifications",
"vue notifications",
"vue toater"
],
"author": {
"name": "artemsky",
"email": "mr.artemsky@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/artemsky/vue-snotify"
},
"homepage": "https://artemsky.github.io/vue-snotify",
"license": "MIT",
"bugs": {
"url": "https://artemsky.github.io/vue-snotify/issues"
},
"peerDependencies": {
"vue": "^2.4.2"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 5.0.0"
}
}