@nativescript-community/perms
Version:
An unified permissions API for NativeScript on iOS and Android.
44 lines (43 loc) • 1.3 kB
JSON
{
"name": "@nativescript-community/perms",
"version": "3.0.4",
"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",
"build.all": "npm run build",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/perms' --parents --cwd=../../src/perms && tsc -skipLibCheck -d",
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
},
"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": "b92a11182aaa9b9d7ee475669f47f211c7baf708"
}