@nota/nativescript-webview-ext
Version:
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.
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "@nota/nativescript-webview-ext",
"version": "5.0.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": "5.0.0",
"ios": "5.0.0"
}
},
"scripts": {
"postinstall": "[ -f ./postinstall.js ] && node ./postinstall || exit 0"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"WebView",
"UIWebView",
"WkWebView"
],
"author": {
"name": "Nota",
"email": "app@nota.dk",
"url": "https://nota.dk"
},
"contributors": [
{
"name": "Morten Anton Bach Sjøgren",
"url": "http://mabs.dk",
"email": "mabs@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": {},
"bootstrapper": "nativescript-plugin-seed"
}