UNPKG

@nativescript/contacts

Version:

Easy access to iOS and Android contact directory. Pick a contact, update date, or add a new one!

47 lines 1.08 kB
{ "name": "@nativescript/contacts", "version": "3.0.0", "description": "Easy access to iOS and Android contact directory. Pick a contact, update date, or add a new one!", "main": "index", "typings": "index.d.ts", "nativescript": { "platforms": { "ios": "6.0.0", "android": "6.0.0" } }, "repository": { "type": "git", "url": "https://github.com/NativeScript/plugins.git" }, "keywords": [ "NativeScript", "JavaScript", "TypeScript", "iOS", "Android", "Contacts", "Address Book", "Contact Directory" ], "author": { "name": "NativeScript", "email": "oss@nativescript.org" }, "contributors": [ { "name": "Ryan Lebel", "email": "ryan@firescript.ca" } ], "bugs": { "url": "https://github.com/NativeScript/plugins/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/NativeScript/plugins", "readmeFilename": "README.md", "bootstrapper": "@nativescript/plugin-seed", "dependencies": { "@nativescript-community/perms": "^2.3.1" } }