-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 883 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
{
"name": "cordova-plugin-secure-key-store",
"version": "1.5.6",
"description": "Cordova plugin for securely saving keys, passwords or strings on devices.",
"cordova": {
"id": "cordova-plugin-secure-key-store",
"platforms": ["android", "ios"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pradeep1991singh/cordova-plugin-secure-key-store.git"
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"mobile",
"android",
"ios",
"android-keystore",
"ios-keychain",
"sensitive-data-security",
"encryption-decryption",
"public-private-key"
],
"author": "pradeep singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/pradeep1991singh/cordova-plugin-secure-key-store/issues"
},
"homepage": "https://github.com/pradeep1991singh/cordova-plugin-secure-key-store#readme"
}