azure-arm-insights
Version:
Microsoft Azure Insights Management Client Library for node
45 lines (44 loc) • 1.25 kB
JSON
{
"name": "azure-arm-insights",
"author": "Microsoft Corporation",
"contributors": [
"Kamath, Prarthana <pkamath@microsoft.com>",
"Medhekar, Shibani <shimedh@microsoft.com>",
"Vannelli, Leo <leovann@microsoft.com>",
"Shen, Andy <andyshen@microsoft.com>",
"Ruela, Vinicius <viruela@microsoft.com>",
"Moussa, George <georgenm@microsoft.com>",
"McKinlay, David <davmc@microsofto.com>",
"Kulkarni, Jagadish <jagadisk@microsoft.com>",
"Calderon-Meza, Guillermo <gucalder@microsoft.com>"
],
"version": "1.0.2-preview",
"description": "Microsoft Azure Insights Management Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/insightsManagementClient.js",
"types": "./lib/insightsManagementClient.d.ts",
"license": "MIT",
"dependencies": {
"moment": "^2.22.2",
"ms-rest": "^2.3.4",
"ms-rest-azure": "^2.5.6"
},
"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"
}
}