Skip to content

Commit

Permalink
NodeJS: Updates to package.json (googleapis#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito authored and andreamlin committed May 27, 2017
1 parent dbdb86f commit d190286
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/resources/com/google/api/codegen/nodejs/package.json.snip
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "{@metadata.packageVersionBound.lower}",
"author": "{@metadata.author}",
"description": "{@metadata.fullName} client for Node.js",
"url": "{@metadata.homepage}",
"main": "src/index.js",
"files": [
"src",
Expand All @@ -25,6 +26,20 @@
"{@metadata.shortName}",
"{@metadata.fullName}"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google {@metadata.shortName}",
"{@metadata.shortName}",
"{@metadata.fullName}",
],

"dependencies": {
@join packageDep : metadata.protoPackageDependencies
"{@packageDep.name}": "^{@packageDep.versionBound.lower}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.7.1",
"author": "Google, Inc.",
"description": "Google Example Library API client for Node.js",
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src",
Expand All @@ -25,6 +26,20 @@
"library",
"Google Example Library API"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google library",
"library",
"Google Example Library API",
],

"dependencies": {
"google-proto-files": "^0.8.2",
"google-some-other-package-v1": "^0.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.7.1",
"author": "Google, Inc.",
"description": "Google Example Library API client for Node.js",
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src",
Expand All @@ -25,6 +26,20 @@
"library",
"Google Example Library API"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google library",
"library",
"Google Example Library API",
],

"dependencies": {
"google-proto-files": "^0.8.2",
"google-some-other-package-v1": "^0.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.7.1",
"author": "Google, Inc.",
"description": "Google Fake API client for Node.js",
"url": "https://github.com/googleapis/googleapis",
"main": "src/index.js",
"files": [
"src",
Expand All @@ -25,6 +26,20 @@
"library",
"Google Fake API"
],
"keywords": [
"google apis client",
"google api client",
"google apis",
"google api",
"google",
"google cloud platform",
"google cloud",
"cloud",
"google library",
"library",
"Google Fake API",
],

"dependencies": {
"google-proto-files": "^0.8.2",
"google-some-other-package-v1": "^0.2.1",
Expand Down

0 comments on commit d190286

Please sign in to comment.