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 868c472 commit 748ef3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-node/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"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/speech": "^0.1.1",
"@google-cloud/speech": "^0.4.0",
"node-record-lpcm16": "^0.1.4",
"yargs": "^6.0.0"
"yargs": "^6.4.0"
},
"devDependencies": {
"mocha": "^3.1.0"
"mocha": "^3.1.2"
},
"engines": {
"node": ">=4.3.2"
Expand Down

0 comments on commit 748ef3e

Please sign in to comment.