nativescript-contacts-picker
Version:
A NativeScript plugin to pick contacts
56 lines (54 loc) • 1.54 kB
JSON
{
"name": "nativescript-contacts-picker",
"version": "1.2.8",
"description": "A NativeScript plugin to pick contacts",
"main": "contacts-picker.js",
"nativescript": {
"platforms": {
"ios": "2.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/roblav96/nativescript-contacts-picker.git"
},
"keywords": [
"nativescript",
"contacts-picker",
"ecosystem:nativescript",
"nativescript-android",
"nativescript-ios"
],
"author": {
"name": "Rob Laverty",
"email": "roblav96@gmail.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/roblav96/nativescript-contacts-picker/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/roblav96/nativescript-contacts-picker/issues"
},
"homepage": "https://github.com/roblav96/nativescript-contacts-picker",
"readmeFilename": "README.md",
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo && cd demo && tns emulate ios --watch",
"demo.android": "npm run preparedemo && cd demo && tns run android",
"preparedemo": "npm run build && cd demo && tns plugin remove nativescript-contacts-picker && tns plugin add .. && tns install",
"setup": "npm i && cd demo && npm i && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
},
"dependencies": {
"ansicolors": "latest",
"ansistyles": "latest",
"eventemitter3": "latest",
"lodash": "latest",
"moment": "latest"
},
"devDependencies": {
"tns-core-modules": "^2.2.0",
"tns-platform-declarations": "^2.2.0",
"typescript": "^1.8.10"
}
}