Skip to content

Commit

Permalink
Video samples (#319)
Browse files Browse the repository at this point in the history
* First + second drafts of the Video API

Change-Id: I9bac19d0bf64065c93c6d84ec1edd0cece78af41

* Fix test failures

* Change video lib to Cloud Storage link

* Use videos that pass licensing requirements
  • Loading branch information
Ace Nassri authored Mar 8, 2017
0 parents commit 4f353df
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/google-cloud-videointelligence/samples/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "nodejs-docs-samples-videointelligence",
"version": "0.0.1",
"private": true,
"license": "Apache Version 2.0",
"author": "Google Inc.",
"scripts": {
"test": "cd ..; npm run st -- --verbose video/system-test/*.test.js"
},
"dependencies": {
"@google-cloud/videointelligence": "https://storage.googleapis.com/videointelligence-alpha/videointelligence-nodejs.tar.gz",
"yargs": "6.6.0"
},
"engines": {
"node": ">=4.3.2"
}
}

0 comments on commit 4f353df

Please sign in to comment.