Skip to content

Commit

Permalink
add google API client libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarion committed Dec 7, 2015
1 parent 6c261f2 commit 41253e7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "node-gmail-api",
"version": "1.0.0",
"description": "Sample project to show how to use the gmail API from a node application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcarion/node-gmail-api.git"
},
"author": "Pierre Carion",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/pcarion/node-gmail-api/issues"
},
"homepage": "https://github.com/pcarion/node-gmail-api#readme",
"dependencies": {
"google-auth-library": "^0.9.7",
"googleapis": "^2.1.6"
}
}

0 comments on commit 41253e7

Please sign in to comment.