{
  "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"
  }
}
