forked from styleseat/cordova-plugin-ionic-migrate-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@styleseat/cordova-plugin-ionic-migrate-storage",
"version": "0.3.0",
"cordova": {
"id": "cordova-plugin-ionic-migrate-storage",
"platforms": [
"ios",
"android"
]
},
"description": "Cordova plugin that migrates WebSQL, localStorage and IndexedDB (iOS only) data when you start using the `cordova-plugin-ionic-webview` plugin. This works for both Android and iOS!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["ecosystem:cordova", "cordova", "cordova-plugin", "cordova-ios", "cordova-android", "ios", "android", "uiwebview", "wkwebview", "websql", "localstorage", "indexeddb"],
"author": "Pointman Dev <[email protected]>",
"contributors": ["Gartorware <[email protected]>", "StyleSeat <[email protected]>"]
}