-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "bing-search-node-sample",
"author": "Microsoft Corporation",
"contributors": [
"Xu, Willie <wilx@microsoft.com>"
],
"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-cognitiveservices-language": "^1.0.0-preview",
"azure-cognitiveservices-search": "^1.1.0-preview",
"azure-cognitiveservices-vision": "^1.0.0-preview",
"azure-cognitiveservices-visualsearch": "^1.1.0-preview",
"ms-rest": "^2.3.3",
"ms-rest-azure": "^2.5.5",
"npm": "^5.8.0",
"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"
}
}