nativescript-contacts
Version:
A NativeScript module providing easy access to iOS and android contact directory. Pick a contact, update date, or add a new one!
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "nativescript-contacts",
"version": "1.6.4",
"description": "A NativeScript module providing easy access to iOS and android contact directory. Pick a contact, update date, or add a new one!",
"main": "index",
"typings": "nativescript-contacts.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/firescript/nativescript-contacts.git"
},
"keywords": [
"NativeScript",
"Contacts",
"Address Book",
"Contact Directory"
],
"author": {
"name": "Ryan Lebel",
"email": "ryan@firescript.ca"
},
"contributors": [
{
"name": "Steve McNiven-Scott",
"email": "steve@sitefinitysteve.com",
"url": "https://github.com/sitefinitysteve"
},
{
"name": "Nathanael Anderson",
"url": "https://github.com/NathanaelA"
},
{
"name": "Peter Staev",
"url": "https://github.com/PeterStaev"
},
{
"name": "Brian Thurlow",
"url": "https://github.com/bthurlow"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/firescript/nativescript-contacts/issues"
},
"homepage": "https://github.com/firescript/nativescript-contacts",
"nativescript": {},
"devDependencies": {
"nativescript-dev-webpack": "^0.21.2",
"tns-core-modules": "5.2.0"
}
}