nativescript-contacts-lite
Version:
NativeScript plugin providing pretty fast read-only access to the iOS and Android contact directory
45 lines (44 loc) • 1.1 kB
JSON
{
"name": "nativescript-contacts-lite",
"version": "0.2.7",
"description": "NativeScript plugin providing pretty fast read-only access to the iOS and Android contact directory",
"main": "index",
"repository": {
"type": "git",
"url": "git+https://github.com/abhayastudios/nativescript-contacts-lite.git"
},
"keywords": [
"NativeScript",
"Contacts",
"Address Book",
"Contact Directory"
],
"author": {
"name": "Jonathan Salomon",
"email": "mail2joni@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abhayastudios/nativescript-contacts-lite/issues"
},
"homepage": "https://github.com/abhayastudios/nativescript-contacts-lite",
"nativescript": {
"platforms": {
"ios": "2.4.0",
"android": "2.4.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"webpack": "true",
"wrapper": "false",
"category": "Processing"
},
"demong": "/demo-angular"
},
"dependencies": {
"nativescript-permissions": "^1.2.2"
},
"devDependencies": {}
}