File tree 2 files changed +57
-738
lines changed
2 files changed +57
-738
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
},
28
24
"yargs" : " 7.0.2"
29
25
},
30
26
"devDependencies" : {
31
- "@google-cloud/nodejs-repo-tools" : " 1.3.1 " ,
27
+ "@google-cloud/nodejs-repo-tools" : " 1.4.7 " ,
32
28
"ava" : " 0.19.1" ,
33
29
"proxyquire" : " 1.7.11" ,
34
30
"sinon" : " 2.1.0"
31
+ },
32
+ "cloud-repo-tools" : {
33
+ "requiresKeyFile" : true ,
34
+ "requiresProjectId" : true ,
35
+ "product" : " speech" ,
36
+ "samples" : [
37
+ {
38
+ "id" : " recognize" ,
39
+ "name" : " Speech Recognition" ,
40
+ "file" : " recognize.js" ,
41
+ "docs_link" : " https://cloud.google.com/speech/docs" ,
42
+ "usage" : " node recognize.js --help"
43
+ }
44
+ ]
35
45
}
36
46
}
You can’t perform that action at this time.
0 commit comments