{
  "name": "nativescript-permissions",
  "version": "1.3.12",
  "description": "A NativeScript plugin to deal with Android & iOS permissions",
  "main": "permissions",
  "typings": "index.d.ts",
  "nativescript": {
  "platforms": {
     "android": "2.0.0",
     "ios": "2.0.0"
   },
    "plugin": {
      "nan": "true",
      "pan": "true",
      "vue": "true",
      "core3": "true",
      "core4": "true",
      "core6": "true",
      "core7": "true",
      "core8": "true",
      "category": "Processing"
    }
  },
  "dependencies": {
    "@master.technology/permissions": "latest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanaela/nativescript-permissions.git"
  },
  "keywords": [
    "NativeScript", "permissions", "android", "android 6", "androidx", "ios"
  ],
  "author": {
    "name": "Nathanael Anderson",
    "email": "nathan@master-technology.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/nathanaela/nativescript-permissions/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/nathanaela/nativescript-permissions/issues"
  },
  "homepage": "https://github.com/nathanaela/nativescript-permissions",
  "readmeFilename": "README.md",
  "funding": [
    {
      "type" : "individual",
      "url" : "https://paypal.me/mastertechnology"
    },
    {
      "type" : "patreon",
      "url" : "https://www.patreon.com/NathanaelA"
    }
  ],
  "publishConfig": { "access": "public" }
}
