-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 913 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
{
"name": "cordova-plugin-wkwebview-inject-cookie",
"description": "Cordova plugin to inject a dummy cookie in a WKWebView instance. This is necessary to get the sync process started.",
"version": "1.0.2",
"author": "Christian-W. Budde <[email protected]>",
"bugs": {
"url": "https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie/issues"
},
"cordova": {
"id": "cordova-plugin-wkwebview-inject-cookie",
"platforms": [
"ios"
]
},
"homepage": "https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie#readme",
"keywords": [
"cookies",
"cordova",
"ecosystem:cordova",
"first",
"get",
"init",
"install",
"plugin",
"sync",
"wkwebview"
],
"license": "Unlicense",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie.git"
}
}