File tree 2 files changed +59
-725
lines changed
2 files changed +59
-725
lines changed Original file line number Diff line number Diff line change 8
8
"type" : " git" ,
9
9
"url" : " https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git"
10
10
},
11
- "cloud" : {
12
- "requiresKeyFile" : true ,
13
- "requiresProjectId" : true
14
- },
15
11
"engines" : {
16
12
"node" : " >=4.3.2"
17
13
},
26
22
"yargs" : " 7.1.0"
27
23
},
28
24
"devDependencies" : {
29
- "@google-cloud/nodejs-repo-tools" : " 1.3.1 " ,
25
+ "@google-cloud/nodejs-repo-tools" : " 1.4.7 " ,
30
26
"ava" : " 0.19.1" ,
31
27
"proxyquire" : " 1.7.11" ,
32
28
"sinon" : " 2.1.0"
29
+ },
30
+ "cloud-repo-tools" : {
31
+ "requiresKeyFile" : true ,
32
+ "requiresProjectId" : true ,
33
+ "product" : " translate" ,
34
+ "samples" : [
35
+ {
36
+ "id" : " translate" ,
37
+ "name" : " Translate" ,
38
+ "file" : " translate.js" ,
39
+ "docs_link" : " https://cloud.google.com/translate/docs" ,
40
+ "usage" : " node translate.js --help"
41
+ }
42
+ ]
33
43
}
34
44
}
You can’t perform that action at this time.
0 commit comments