-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 989 Bytes
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
{
"name": "nl-afas-cordova-plugin-securelocalstorage",
"version": "0.1.18",
"description": "Secure localStorage. This plugin will store local data encrypted using the IOS keychain or the Android keystore. Use it to store temporary sensitive data which has to survive an app exit/shutdown.",
"cordova": {
"id": "nl-afas-cordova-plugin-securelocalstorage",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/dickverweij/nl-afas-cordova-plugin-securelocalstorage.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Dick Verweij",
"license": "MIT",
"bugs": {
"url": "https://github.com/dickverweij/nl-afas-cordova-plugin-securelocalstorage/issues"
},
"homepage": "https://github.com/dickverweij/nl-afas-cordova-plugin-securelocalstorage#readme"
}