{
  "name": "@nativescript/local-notifications",
  "version": "6.4.0",
  "description": "The Local Notifications plugin allows your app to show notifications when the app is not running.",
  "main": "index",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "android": "6.0.0",
      "ios": "6.0.0"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NativeScript/plugins/tree/master/packages/local-notifications"
  },
  "keywords": [
    "ecosystem:NativeScript",
    "NativeScript",
    "Alarm",
    "Notification",
    "Local Notification"
  ],
  "author": {
    "name": "Eddy Verbruggen",
    "url": "https://github.com/EddyVerbruggen/"
  },
  "contributors": [
    {
      "name": "Dani Gámez Franco",
      "url": "https://github.com/Danziger"
    },
    {
      "name": "NativeScript",
      "email": "oss@nativescript.org"
    },
    {
      "name": "Alberto González",
      "url": "https://github.com/agonper"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nativescript/plugins/issues"
  },
  "homepage": "https://github.com/nativescript/plugins",
  "dependencies": {
    "@nativescript/shared-notification-delegate": "~1.0.0",
    "@nativescript-community/perms": "^2.3.0"
  },
  "types": "./index.d.d.ts"
}