azure
Version:
Microsoft Azure Client Library for node
37 lines • 910 B
JSON
{
"name": "azure-arm-hdinsight-jobs",
"author": "Microsoft Corporation",
"contributors": [
"Amit, Harshitha <harshiam@microsoft.com>",
"Iyer, Ganeshan <giyer@microsoft.com>",
"Hicks, Matthew <mahi@microsoft.com>",
"Zavery, Amar <amzavery@microsoft.com>"
],
"version": "0.1.1",
"description": "Microsoft Azure HDInsight Job Submission Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/hdinsightjob2.js",
"license": "Apache-2.0",
"dependencies": {
"azure-common": "^0.9.18",
"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"
}
}