azure
Version:
Microsoft Azure Client Library for node
35 lines • 823 B
JSON
{
"name": "azure-cognitiveservices-face",
"author": "Microsoft Corporation",
"contributors": [
"Xu, Willie <wilx@microsoft.com>"
],
"version": "1.0.0-preview",
"description": "Microsoft Azure Cognitive Services Face API Client Library for Node.js",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/faceAPIClient.js",
"types": "./lib/faceAPIClient.d.ts",
"license": "MIT",
"dependencies": {
"ms-rest": "^2.2.5",
"ms-rest-azure": "^2.5.0"
},
"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"
}
}