google-contacts-meteor
Version:
API wrapper for Google Contacts
27 lines (26 loc) • 529 B
JSON
{
"name": "google-contacts-meteor",
"version": "0.0.7",
"description": "API wrapper for Google Contacts",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/priyadarshy/Google-Contacts.git"
},
"keywords": [
"google",
"contacts",
"api"
],
"dependencies": {
"underscore": ""
},
"author": "Ashutosh <root@ashuto.sh>",
"license": "MIT"
}