-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
video-intelligence: fluff out package.json (#2326)
- Loading branch information
1 parent
33b05a3
commit 4f00b5a
Showing
1 changed file
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |