@nativescript/secure-storage
Version:
Secure Storage NativeScript plugin
42 lines • 923 B
JSON
{
"name": "@nativescript/secure-storage",
"version": "4.0.1",
"description": "Secure Storage NativeScript plugin",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7.0.0",
"ios": "7.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android"
],
"author": {
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
"contributors": [
{
"name": "NativeScript",
"email": "oss@nativescript.org"
}
],
"bugs": {
"url": "https://github.com/NativeScript/plugins/issues"
},
"license": "MIT",
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}