azure-arm-scheduler
Version:
Microsoft Azure Scheduler Management Client Library for node
36 lines (35 loc) • 836 B
JSON
{
"name": "azure-arm-scheduler",
"author": "Microsoft Corporation",
"contributors": [
"Wang, Pingjiang<pinwang@microsoft.com>"
],
"version": "1.2.0-preview",
"description": "Microsoft Azure Scheduler Management Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/schedulerManagementClient.js",
"types": "./lib/schedulerManagementClient.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"
}
}