-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 989 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
{
"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"
}