-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
32 lines (32 loc) · 884 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
{
"name": "cordova-plugin-kunder-accountmanager",
"version": "1.0.3",
"description": "Use Android Account Manager and iOS Keychain to manage accounts of one user and share with other applications of the same vendor",
"cordova": {
"id": "cordova-plugin-kunder-accountmanager",
"platforms": [
"android",
"ios"
]
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kunder-lab/cordova-plugin-kunder-accountmanager.git"
},
"keywords": [
"cordova",
"accountmanager",
"android",
"ios",
"plugin",
"ecosystem:cordova",
"cordova-android"
],
"author": "Kunder",
"license": "MIT",
"bugs": {
"url": "https://github.com/kunder-lab/cordova-plugin-kunder-accountmanager/issues"
},
"homepage": "https://github.com/kunder-lab/cordova-plugin-kunder-accountmanager#readme"
}