forked from dpa99c/cordova-plugin-cloud-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 848 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": "cordova-plugin-cloud-settings",
"version": "1.0.4",
"description": "A Cordova plugin for Android & iOS to persist user settings in cloud storage across devices and installs.",
"author": "Dave Alden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dpa99c/cordova-plugin-cloud-settings.git"
},
"cordova": {
"id": "cordova-plugin-cloud-settings",
"platforms": [
"android",
"ios"
]
},
"issue": "https://github.com/dpa99c/cordova-plugin-cloud-settings/issues",
"keywords": [
"ecosystem:cordova",
"cordova",
"cordova-android",
"cordova-ios",
"phonegap",
"backup",
"cloud",
"settings",
"icloud"
],
"dependencies": {
"xml2js": "^0.4.9"
},
"devDependencies": {},
"types": "./cordova-plugin-cloud-settings.d.ts"
}