google-contacts-with-photos-phone
Version:
Get contacts from Google with OAuth tokens with photos and phone
37 lines (36 loc) • 902 B
JSON
{
"name": "google-contacts-with-photos-phone",
"version": "0.2.5",
"description": "Get contacts from Google with OAuth tokens with photos and phone",
"author": "Chris Perry <chris@advisorconnect.co>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/advisorconnect/google-contacts-with-photos-phone"
},
"homepage": "https://github.com/advisorconnect/google-contacts-with-photos-phone",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"querystring": "^0.2.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"scripts": {
"test": "mocha test/"
},
"keywords": [
"google",
"contacts",
"phone",
"google-contacts",
"gapi",
"oauth"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/advisorconnect/google-contacts-oauth-phone/issues"
}
}