Skip to content

Commit

Permalink
Updated copyright headers and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 14, 2016
1 parent c568bc7 commit c1ef3d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/google-cloud-vision/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "mocha -R spec -t 120000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec -t 120000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
"test": "mocha -R spec -t 10000 --require intelli-espower-loader ../test/_setup.js test/*.test.js",
"system-test": "mocha -R spec -t 10000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
},
"dependencies": {
"@google-cloud/vision": "^0.1.1",
"async": "^1.5.0",
"@google-cloud/vision": "^0.5.0",
"async": "^2.1.2",
"natural": "^0.4.0",
"redis": "^2.6.0-2"
"redis": "^2.6.3"
},
"devDependencies": {
"mocha": "^3.1.0"
"mocha": "^3.1.2"
},
"optionalDependencies": {
"canvas": "^1.3.15"
"canvas": "^1.6.2"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit c1ef3d4

Please sign in to comment.