UNPKG

@nativescript-community/perms

Version:

An unified permissions API for NativeScript on iOS and Android.

44 lines (43 loc) 1.39 kB
{ "name": "@nativescript-community/perms", "version": "3.0.11", "description": "An unified permissions API for NativeScript on iOS and Android.", "main": "./index", "sideEffects": false, "typings": "./index.d.ts", "nativescript": { "platforms": { "android": "6.0.0", "ios": "6.0.0" } }, "scripts": { "build": "npm run tsc && npm run readme", "build.all": "npm run build", "readme": "readme generate -c ../../tools/readme/blueprint.json", "tsc": "cpy '**/*.d.ts' '../../packages/perms' --parents --cwd=../../src/perms && tsc --build", "clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "Vue" ], "author": { "name": "Martin Guillon", "email": "martin@akylas.fr" }, "bugs": { "url": "https://github.com/nativescript-community/perms/issues" }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/perms" }, "license": "Apache-2.0", "homepage": "https://github.com/nativescript-community/perms", "readmeFilename": "README.md", "gitHead": "150ff52528dbf9e81446cf8af55a94409adae6f6" }