azure
Version:
Microsoft Azure Client Library for node
41 lines (40 loc) • 881 B
JSON
{
"name": "azure-batch",
"author": "Microsoft Corporation",
"contributors": [
"Wu, Xing <xingwu@microsoft.com>"
],
"version": "3.2.2",
"description": "Microsoft Azure Batch Service Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/batch.js",
"types": "./lib/batch.d.ts",
"license": "MIT",
"dependencies": {
"moment": "^2.22.2",
"ms-rest": "^2.3.4",
"ms-rest-azure": "^2.5.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/underscore": "^1.8.0"
},
"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"
}
}