Skip to content

Commit

Permalink
Merge pull request #3 from vsnehil92/changes
Browse files Browse the repository at this point in the history
#1 python3 dependencies added to package.json
  • Loading branch information
juggernaut451 authored Mar 2, 2018
2 parents 43b0b31 + 737faae commit bdf0302
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules
/python_modules



npm-debug.log*
yarn-debug.log*
yarn-error.log*
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "nodegcall",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "npm run npip -- install",
"nopenv": "nopenv",
"nopy": "nopy",
"npip": "npip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juggernaut451/nodeGCall.git"
},
"author": "",
"contributor": [
{
"name": "Snehil Verma",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/juggernaut451/nodeGCall/issues"
},
"homepage": "https://github.com/juggernaut451/nodeGCall#readme",
"dependencies": {
"nopy": ""
},
"python": {
"execPath": "python3",
"dependencies": {
"google-api-python-client": ">=1.6.5",
"google-auth": ">=1.4.1",
"google-auth-httplib2": ">=0.0.3",
"google-auth-oauthlib": ">=0.2.0",
"oauthlib": ">=2.0.6",
"requests-oauthlib": ">=0.8.0"
}
}
}

0 comments on commit bdf0302

Please sign in to comment.