-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 747 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
{
"author": {
"name": "Önder Ceylan <[email protected]>"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/onderceylan/cordova-plugin-wkwebview-inputfocusfix"
},
"name": "cordova-plugin-wkwebview-inputfocusfix",
"version": "1.0.3",
"description": "Cordova plugin for fixing auto focus issue of html elements on WKWebView",
"cordova": {
"id": "cordova-plugin-wkwebview-inputfocusfix",
"platforms": [
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"input",
"focus",
"auto-focus",
"wkwebview",
"ionic"
],
"engines": {
"cordovaDependencies": {
">1.0.0": {
"cordova": ">=3.2.0"
}
}
}
}