google-contacts-with-photos
Version:
Get contacts from Google with OAuth tokens with photos
35 lines (34 loc) • 801 B
JSON
{
"name": "google-contacts-with-photos",
"version": "0.2.2",
"description": "Get contacts from Google with OAuth tokens with photos",
"author": "Hady Osman <hadyos@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hadynz/google-contacts-with-photos"
},
"homepage": "https://github.com/hadynz/google-contacts-with-photos",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"querystring": "^0.2.0"
},
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"scripts": {
"test": "mocha test/"
},
"keywords": [
"google",
"contacts",
"google-contacts",
"gapi",
"oauth"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stevelacy/google-contacts-oauth/issues"
}
}