Skip to content

Commit

Permalink
video-intelligence: fluff out package.json (#2326)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored May 23, 2017
1 parent 33b05a3 commit 4f00b5a
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,43 @@
{
"name": "@google-cloud/video-intelligence",
"repository": "googlecloudplatform/google-cloud-node",
"version": "0.1.0",
"author": "Google Inc",
"description": "Google Cloud Video Intelligence API client for Node.js",
"main": "src/index.js",
"files": [
"src"
"src",
"AUTHORS",
"CONTRIBUTORS",
"COPYING"
],
"repository": "googlecloudplatform/google-cloud-node",
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google video intelligence",
"video intelligence",
"video"
],
"dependencies": {
"google-proto-files": "^0.12.0",
"extend": "^3.0.0",
"google-gax": "^0.13.2",
"extend": "^3.0.0"
"google-proto-files": "^0.12.0"
},
"devDependencies": {
"mocha": "3.2.0"
"mocha": "^3.2.0"
},
"scripts": {
"publish-module": "node ../../scripts/publish.js video-intelligence",
"test": "mocha test/*.js"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"publish-module": "node ../../scripts/publish.js video-intelligence",
"test": "mocha"
}
}

0 comments on commit 4f00b5a

Please sign in to comment.