Skip to content

Commit

Permalink
Initial commit with google-vision-api-client installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugal committed Mar 6, 2016
0 parents commit beb8ab0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "visionapitest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jugaltheshah/visionapitest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jugaltheshah/visionapitest/issues"
},
"homepage": "https://github.com/jugaltheshah/visionapitest#readme",
"dependencies": {
"google-vision-api-client": "0.0.2"
}
}

0 comments on commit beb8ab0

Please sign in to comment.