{
  "name": "@nswitfy/jitsi-meet",
  "version": "8.0.0-beta",
  "description": "A plugin which uses jitsi open source video conference SDK for both platforms, Android and IOS;",
  "main": "index.js",
  "typings": "index.d.ts",
  "nativescript": {
    "platforms": {
      "ios": "6.0.0",
      "android": "6.0.0"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dfborba/ns-witfy-plugins.git"
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "TypeScript",
    "iOS",
    "Android",
    "Jitsi",
    "Video Conference",
    "Witfy"
  ],
  "author": {
    "name": "Daniel Borba",
    "email": "daniel@witfy.io"
  },
  "bugs": {
    "url": "https://github.com/dfborba/ns-witfy-plugins/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/dfborba/ns-witfy-plugins",
  "readmeFilename": "README.md",
  "bootstrapper": "@nativescript/plugin-seed"
}
