@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.
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "@nota/nativescript-webview-ext",
"version": "0.3.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": "4.0.0",
"ios": "4.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core4": "true",
"category": "Interface"
}
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"WebView"
],
"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",
"devDependencies": {
"npm-run-all": "^4.1.2",
"prompt": "^1.0.0",
"rimraf": "^2.6.2",
"tns-core-modules": "~4.0.0",
"tns-platform-declarations": "~4.0.0",
"tslint": "^5.0.0",
"typescript": "~2.6.0"
},
"dependencies": {},
"bootstrapper": "nativescript-plugin-seed"
}