UNPKG

azure

Version:
37 lines 912 B
{ "name": "azure-extra", "author": "Microsoft Corporation", "contributors": [ "Cowlishaw, Mark <markcowl@microsoft.com>", "Rodrigues, Andre <andrerod@microsoft.com>", "Tavares, Chris <ctavares@microsoft.com>", "Mkrtchyan, Hovsep <hovsepm@microsoft.com>" ], "version": "0.2.14", "description": "Microsoft Azure Client Library in node for miscellaneous items", "tags": [ "azure", "sdk" ], "keywords": [ "node", "azure" ], "main": "./lib/graphRbac.js", "license": "Apache-2.0", "dependencies": { "azure-common": "^0.9.13", "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" } }