UNPKG

azure

Version:
44 lines (43 loc) 1.19 kB
{ "name": "azure-arm-storage", "author": "Microsoft Corporation", "contributors": [ "Jason, Yang <yabo@microsoft.com>", "Gerner, Emily <emgerner@microsoft.com>", "Wang, Jun <jwa@microsoft.com>", "Huang, Pengfei <phuang@microsoft.com>", "Shintre, Amol <Amol.Shintre@microsoft.com>", "Onalan, Alp <alpon@microsoft.com>", "Lee, Hyonho <Hyonho.Lee@microsoft.com>", "Wang, Yugang <yugangw@microsoft.com>", "Zavery, Amar <amzavery@microsoft.com>" ], "version": "5.0.0", "description": "Microsoft Azure Storage Resource Provider Management Client Library for Node", "tags": [ "azure", "sdk" ], "keywords": [ "node", "azure" ], "main": "./lib/storageManagementClient.js", "types": "./lib/storageManagementClient.d.ts", "license": "MIT", "dependencies": { "ms-rest": "^2.2.2", "ms-rest-azure": "^2.3.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" } }