-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
35 lines (35 loc) · 845 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": "@ahovakimyan/cordova-plugin-wkwebviewxhrfix",
"version": "1.0.2",
"description": "Cordova plugin to fix local file XHR access inside WKWebView for Cordova iOS 6+",
"cordova": {
"id": "@ahovakimyan/cordova-plugin-wkwebviewxhrfix",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/arahovakimyan/cordova-plugin-wkwebviewxhrfix.git"
},
"bugs": {
"url": "https://github.com/arahovakimyan/cordova-plugin-wkwebviewxhrfix/issues"
},
"homepage": "https://github.com/arahovakimyan/cordova-plugin-wkwebviewxhrfix#readme",
"keywords": [
"cordova",
"wkwebview",
"ecosystem:cordova",
"cordova-ios"
],
"author": "Ara Hovakimyan",
"license": "MIT",
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova": ">5.0.0",
"cordova-ios": ">4.0.0"
}
}
}
}