vue3-native-notification
Version:
Vue.js 3 plugin for native notifications
25 lines (24 loc) • 501 B
JSON
{
"name": "vue3-native-notification",
"version": "0.2.0",
"description": "Vue.js 3 plugin for native notifications",
"main": "index.js",
"repository": "https://github.com/dithmer/vue3-native-notification.git",
"author": "Tim Dithmer<dith.tim@gmail.com>",
"license": "MIT",
"keywords": [
"vue",
"vuejs",
"native",
"notification",
"notify",
"html5",
"api"
],
"scripts": {
"test": "standard"
},
"devDependencies": {
"standard": "^16.0.3"
}
}