nativescript-akylas-preferences
Version:
Common API to allow users to use native (familiar) app settings screens instead of having to craft custom UIs
34 lines (33 loc) • 906 B
JSON
{
"name": "nativescript-akylas-preferences",
"version": "1.1.11",
"description": "Common API to allow users to use native (familiar) app settings screens instead of having to craft custom UIs",
"main": "preferences",
"sideEffects": false,
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.0"
}
},
"keywords": [
"NativeScript",
"Preferences",
"Settings",
"PreferenceScreen",
"JavaScript",
"Android",
"iOS"
],
"author": {
"name": "Steve McNiven-Scott",
"email": "steve@sitefinitysteve.com",
"url": "https://github.com/sitefinitysteve"
},
"license": "Apache-2.0",
"dependencies": {
"nativescript-observable": "^2.0.7"
},
"gitHead": "437b9200bc81f8aa97572d3a4440e2898d0740fe"
}