forked from styleseat/cordova-plugin-ionic-migrate-storage
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "cordova-plugin-ionic-migrate-ios-storage",
"version": "0.3.6",
"cordova": {
"id": "cordova-plugin-ionic-migrate-ios-storage",
"platforms": [
"ios"
]
},
"description": "Cordova plugin that migrates localStorage datafrom `cordova-plugin-ionic-webview` 1.x to 4.x This works for iOS only!",
"scripts": {},
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-plugin",
"cordova-ios",
"ios",
"uiwebview",
"wkwebview",
"localstorage"
],
"author": "kassamina <[email protected]>",
"contributors": [
"Pointman Dev <[email protected]>",
"Gartorware <[email protected]>",
"StyleSeat <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kassamina/cordova-plugin-ionic-migrate-storage.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/kassamina/cordova-plugin-ionic-migrate-storage/issues"
},
"homepage": "https://github.com/kassamina/cordova-plugin-ionic-migrate-storage#readme"
}