{
  "name": "@nota/nativescript-webview-ext",
  "version": "6.5.2",
  "description": "Extended WebView for NativeScript which adds 'x-local' scheme for local-files. events between WebView and native-layer, javascript execution, injecting CSS and JS-files.",
  "main": "webview-ext",
  "typings": "webview-ext.d.ts",
  "nativescript": {
    "platforms": {
      "android": "6.5.0",
      "ios": "6.5.0"
    }
  },
  "scripts": {
    "postinstall": ""
  },
  "keywords": [
    "NativeScript",
    "JavaScript",
    "Android",
    "iOS",
    "WebView",
    "WkWebView"
  ],
  "author": {
    "name": "Nota",
    "email": "app@nota.dk",
    "url": "https://nota.dk"
  },
  "contributors": [
    {
      "name": "Morten Anton Bach Sjøgren",
      "url": "http://mabs.dk",
      "email": "m_abs@mabs.dk"
    },
    {
      "name": "Daniel Dam Freiling",
      "email": "dfg@nota.dk"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Notalib/nativescript-webview-ext.git"
  },
  "bugs": {
    "url": "https://github.com/Notalib/nativescript-webview-ext/issues"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/Notalib/nativescript-webview-ext#readme",
  "dependencies": {
    "url": "^0.11.0"
  },
  "bootstrapper": "nativescript-plugin-seed"
}
