azure
Version:
Microsoft Azure Client Library for node
42 lines • 1.14 kB
JSON
{
"name": "azure-arm-keyvault",
"author": "Microsoft Corporation",
"contributors": [
"Colombo, Fernando <fcolombo@microsoft.com>",
"Gupta, Divya <Divya.Gupta@microsoft.com>",
"Kostal, Greg <gkostal@microsoft.com>",
"Mortazavi, Pooneh <pomortaz@microsoft.com>",
"Wilson, Hervey <herveyw@microsoft.com>",
"Zavery, Amar <amzavery@microsoft.com>",
"Wang, Yugang <yugangw@microsoft.com>"
],
"version": "1.1.1-preview",
"description": "Microsoft Azure Key Vault Management Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/keyVaultManagementClient.js",
"types": "./lib/keyVaultManagementClient.d.ts",
"license": "MIT",
"dependencies": {
"ms-rest": "^2.2.2",
"ms-rest-azure": "^2.3.3",
"underscore": "^1.8.3"
},
"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"
}
}