UNPKG

@nativescript-community/preferences

Version:

Common API to allow users to use native (familiar) app settings screens instead of having to craft custom UIs

42 lines (41 loc) 1.21 kB
{ "name": "@nativescript-community/preferences", "version": "1.3.2", "description": "Common API to allow users to use native (familiar) app settings screens instead of having to craft custom UIs", "main": "index", "sideEffects": false, "typings": "index.d.ts", "scripts": { "tsc": "cpy ../../src/preferences/index.d.ts ./ && tsc -d", "build": "npm run tsc", "build.watch": "npm run tsc -- -w", "build.win": "npm run tsc-win", "build.all": "npm run build", "clean": "rimraf ./*.d.ts ./*.js ./*.js.map" }, "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-community/observable": "^2.0.11" }, "gitHead": "da7940798840f298e4c444bc6adfc713f15d7f7d" }