-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
49 lines (49 loc) · 1.56 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "bing-search-node-sample",
"author": "Microsoft Corporation",
"contributors": [
"Xu, Willie <[email protected]>"
],
"version": "0.1.0",
"description": "A sample to demonstrate using the bing search api using the azure-cognitiveservices-search package in node.js",
"tags": [
"azure",
"microsoft",
"sdk"
],
"keywords": [
"node",
"microsoft",
"azure"
],
"main": "./index.js",
"license": "MIT",
"dependencies": {
"@azure/arm-mediaservices": "^11.0.0",
"azure-cognitiveservices-customvision-prediction": "^2.0.0",
"azure-cognitiveservices-customvision-training": "^2.0.0",
"azure-cognitiveservices-language": "^1.0.0-preview",
"azure-cognitiveservices-luis-authoring": "^1.0.0",
"azure-cognitiveservices-luis-runtime": "^1.0.0",
"azure-cognitiveservices-search": "^1.1.0-preview",
"azure-cognitiveservices-textanalytics": "^3.0.0",
"azure-cognitiveservices-vision": "^1.0.0-preview",
"azure-cognitiveservices-visualsearch": "^1.1.0-preview",
"azure-cognitiveservices-customvision-training": "^3.0.0",
"azure-cognitiveservices-customvision-prediction": "^3.0.0",
"@azure/identity": "^2.0.4",
"@azure/storage-blob": "^12.9.0",
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5",
"npm": "^6.13.4",
"utf8": "^3.0.0"
},
"homepage": "https://github.com/Azure-Samples/bing-search-node",
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/bing-search-node"
},
"bugs": {
"url": "https://github.com/azure/azures-sdk-for-node/issues"
}
}