azure
Version:
Microsoft Azure Client Library for node
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "azure-cognitiveservices-search",
"author": "Microsoft Corporation",
"contributors": [
"Jin, Tony <toji@microsoft.com>"
],
"version": "1.1.0-preview",
"description": "Microsoft Azure Cognitive Services Search API Client Library for Node.js",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/cognitiveServicesSearch.js",
"types": "./lib/cognitiveServicesSearch.d.ts",
"license": "MIT",
"dependencies": {
"ms-rest": "^2.3.0",
"ms-rest-azure": "^2.5.0",
"azure-cognitiveservices-entitysearch": "^1.1.0",
"azure-cognitiveservices-websearch": "^1.0.0",
"azure-cognitiveservices-videosearch": "^1.0.0",
"azure-cognitiveservices-newssearch": "^1.0.0",
"azure-cognitiveservices-imagesearch": "^1.0.0",
"azure-cognitiveservices-customsearch": "^1.0.0-preview",
"azure-cognitiveservices-visualsearch": "^1.0.0-preview"
},
"homepage": "http://github.com/Azure/azure-sdk-for-node",
"repository": {
"type": "git",
"url": "git@github.com:Azure/azure-sdk-for-node.git"
},
"bugs": {
"url": "http://github.com/Azure/azure-sdk-for-node/issues"
},
"scripts": {
"test": "npm -s run-script jshint"
}
}