forked from caferrari/nativescript-webview-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "nativescript-webview-interface",
"version": "1.4.2",
"description": "Nativescript plugin for bi-directional communication between webView and android/ios.",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "1.5.0",
"ios": "1.5.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/shripalsoni04/nativescript-webview-interface.git"
},
"keywords": [
"Nativescript",
"Webview",
"Webview Interface"
],
"author": {
"name": "Shripal Soni",
"email": "[email protected]",
"website": "www.shripalsoni.com"
},
"bugs": {
"url": "https://github.com/shripalsoni04/nativescript-webview-interface/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/shripalsoni04/nativescript-webview-interface/blob/master/LICENSE"
},
"homepage": "https://github.com/shripalsoni04/nativescript-webview-interface"
}