{
  "name": "azure-arm-compute",
  "author": "Microsoft Corporation",
  "contributors": [
    "Huang, Pengfei <phuang@microsoft.com>",
    "Onalan, Alp <alpon@microsoft.com>",
    "Lee, Hyonho <Hyonho.Lee@microsoft.com>",
    "Cigdem Celik Aydin <ccelik@microsoft.com>",
    "Rohit Bhat <robhat@microsoft.com>",
    "Ahmed El Baz <ahelbaz@microsoft.com>",
    "Wang, Yugang <yugangw@microsoft.com>",
    "Zavery, Amar <amzavery@microsoft.com>"
  ],
  "version": "0.10.0",
  "description": "Microsoft Azure Compute Resource Provider Management Client Library for node",
  "tags": [
    "azure",
    "sdk"
  ],
  "keywords": [
    "node",
    "azure"
  ],
  "main": "./lib/compute.js",
  "engines": {
    "node": ">= 0.6.15"
  },
  "licenses": [
    {
      "type": "Apache 2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "dependencies": {
    "azure-common": "0.9.12"
  },
  "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"
  }
}