-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "nativescript-webview-interface",
"version": "1.4.5",
"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"
},
"contributors": [
{
"name": "Dave Coffin",
"email": "[email protected]",
"website": "www.davecoffin.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",
"devDependencies": {
"@nativescript/core": "6.5.0"
},
"peerDependencies": {
"@nativescript/core": ">=6.5.0"
}
}