{
  "name": "azure-cli",
  "author": "Microsoft Corporation",
  "contributors": [
    "Block, Glenn <gblock@microsoft.com>",
    "Cowlishaw, Mark <markcowl@microsoft.com>",
    "Dejardin, Louis <loudej@microsoft.com>",
    "Georgiev, Yavor <yavorg@microsoft.com>",
    "Janczuk, Tomasz <tjanczuk@microsoft.com>",
    "Rodrigues, Andre <andrerod@microsoft.com>",
    "Tavares, Chris <ctavares@microsoft.com>",
    "Zavery, Amar <amzavery@microsoft.com>",
    "Wang, Yugang <yugangw@microsoft.com>"
  ],
  "version": "0.9.3",
  "description": "Microsoft Azure Cross Platform Command Line tool",
  "tags": [
    "azure",
    "cli"
  ],
  "keywords": [
    "node",
    "azure",
    "cli",
    "cloud hosting",
    "deployment"
  ],
  "main": "./lib/cli.js",
  "preferGlobal": "true",
  "engines": {
    "node": ">= 0.8.26"
  },
  "licenses": [
    {
      "type": "Apache",
      "url": "http://www.apache.org/licenses/LICENSE-2.0"
    }
  ],
  "dependencies": {
    "adal-node": "0.1.12",
    "async": "0.2.7",
    "azure-common": "0.9.12",
    "azure-extra": "0.1.7",
    "azure-gallery": "2.0.0-pre.15",
    "azure-insights": "0.7.7-pre",
    "azure-mgmt": "0.9.16",
    "azure-mgmt-authorization": "0.9.0-pre.6",
    "azure-mgmt-compute": "0.9.16",
    "azure-asm-hdinsight": "0.10.1",
    "azure-mgmt-vnet": "0.9.17",
    "azure-mgmt-resource": "2.0.0-pre.17",
    "azure-mgmt-sb": "0.9.16",
    "azure-mgmt-subscription": "0.9.16",
    "azure-mgmt-sql": "0.9.17",
    "azure-mgmt-storage": "0.9.16",
    "azure-mgmt-website": "0.9.16",
    "azure-monitoring": "0.10.0",
    "azure-storage": "0.4.1",
    "azure-storage-legacy": "0.9.13",
    "azure-keyvault": "0.9.2",
    "caller-id": "0.1.x",
    "colors": "0.x.x",
    "commander": "1.0.4",
    "easy-table": "0.0.1",
    "event-stream": "3.1.5",
    "eyes": "0.x.x",
    "github": "0.1.6",
    "image-size": "^0.3.5",
    "jszip": "^2.5.0",
    "kuduscript": "0.2.2",
    "mime": "~1.2.4",
    "moment": "2.6.0",
    "node-uuid": "1.2.0",
    "omelette": "0.1.0",
    "openssl-wrapper": "0.2.1",
    "readable-stream": "~1.0.0",
    "request": "2.27.0",
    "streamline": "0.10.17",
    "streamline-streams": "0.1.5",
    "swagger-schema-official": "2.0.0-a33091a",
    "through": "2.3.4",
    "tmp": "0.0.25",
    "tunnel": "0.0.2",
    "tv4": "^1.1.9",
    "underscore": "1.4.x",
    "validator": "~3.1.0",
    "walk": "^2.3.9",
    "winston": "0.6.x",
    "wordwrap": "0.0.2",
    "xml2js": "0.1.x",
    "xmlbuilder": "0.4.x",
    "node-forge": "0.6.23"
  },
  "devDependencies": {
    "mocha": "1.16.0",
    "jshint": "<= 2.6.0",
    "sinon": "*",
    "should": "3.3.2",
    "nock": "0.16",
    "winston-memory": "*"
  },
  "homepage": "https://github.com/Azure/azure-xplat-cli",
  "repository": {
    "type": "git",
    "url": "git@github.com:Azure/azure-xplat-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Azure/azure-xplat-cli/issues"
  },
  "scripts": {
    "test": "npm -s run-script jshint && npm -s run-script unit && npm -s run-script unit-arm",
    "unit": "node scripts/unit.js testlist.txt",
    "unit-mc": "node scripts/unit.js --mc testlistmc.txt",
    "unit-arm": "node scripts/unit.js testlistarm.txt",
    "jshint": "jshint lib --jslint-reporter --extra-ext ._js",
    "preci": "jshint lib --reporter=checkstyle --extra-ext ._js > checkstyle-result.xml",
    "ci": "node scripts/unit.js testlist.txt -xunit",
    "preacceptance": "node scripts/cuke-environment.js setup",
    "acceptance": "node node_modules/cucumber/bin/cucumber.js",
    "postacceptance": "node scripts/cuke-environment.js teardown",
    "extract-labels": "node scripts/extract-labels"
  },
  "bin": {
    "azure": "./bin/azure"
  }
}
