{
  "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>",
    "Chen, Hao <hach@microsoft.com>",
    "Krishnan, Balaji <balajik@microsoft.com>"
  ],
  "version": "0.10.20",
  "description": "Microsoft Azure Cross Platform Command Line tool",
  "tags": [
    "azure",
    "cli"
  ],
  "keywords": [
    "node",
    "azure",
    "cli",
    "cloud hosting",
    "deployment"
  ],
  "main": "./lib/cli.js",
  "preferGlobal": true,
  "license": "Apache-2.0",
  "dependencies": {
    "adal-node": "^0.1.28",
    "applicationinsights": "0.16.0",
    "async": "1.4.2",
    "azure-arm-authorization": "2.0.0",
    "azure-arm-batch": "^3.1.0",
    "azure-arm-cdn": "^4.0.1",
    "azure-arm-commerce": "^2.0.0",
    "azure-arm-compute": "3.0.0-preview",
    "azure-arm-datalake-analytics": "1.0.2-preview",
    "azure-arm-datalake-store": "1.0.2-preview",
    "azure-arm-devtestlabs": "^2.1.1",
    "azure-arm-dns": "^2.1.0",
    "azure-arm-hdinsight": "0.2.2",
    "azure-arm-hdinsight-jobs": "0.1.0",
    "azure-arm-insights": "0.11.3",
    "azure-arm-iothub": "1.0.1-preview",
    "azure-arm-network": "^5.3.0",
    "azure-arm-powerbiembedded": "^0.1.1",
    "azure-arm-rediscache": "0.2.3",
    "azure-arm-resource": "^7.0.0",
    "azure-arm-servermanagement": "^1.1.0",
    "azure-arm-storage": "^5.0.0",
    "azure-arm-trafficmanager": "1.1.0-preview",
    "azure-arm-website": "^5.3.0",
    "azure-asm-compute": "0.18.0",
    "azure-asm-hdinsight": "0.10.2",
    "azure-asm-mgmt": "0.10.1",
    "azure-asm-network": "0.13.0",
    "azure-asm-sb": "0.10.1",
    "azure-asm-sql": "0.10.1",
    "azure-asm-storage": "0.12.0",
    "azure-asm-subscription": "0.10.1",
    "azure-asm-trafficmanager": "0.10.3",
    "azure-asm-website": "^0.10.7",
    "azure-batch": "^3.2.1",
    "azure-common": "^0.9.20",
    "azure-gallery": "2.0.0-pre.18",
    "azure-graph": "^2.2.0",
    "azure-keyvault": "^3.0.4",
    "azure-monitoring": "^0.10.6",
    "azure-servicefabric": "^2.0.0",
    "azure-storage": "^2.8.3",
    "caller-id": "0.1.x",
    "colors": "1.1.2",
    "commander": "1.0.4",
    "date-utils": "1.2.21",
    "easy-table": "1.1.0",
    "event-stream": "3.1.5",
    "eyes": "0.x.x",
    "fast-json-patch": "0.5.6",
    "github": "0.1.6",
    "js2xmlparser": "1.0.0",
    "jsonlint": "1.6.2",
    "jsonminify": "^0.4.1",
    "jsrsasign": "4.8.2 ",
    "jwt-decode": "^2.1.0",
    "kuduscript": "1.0.16",
    "moment": "^2.8.0",
    "ms-rest": "^2.3.7",
    "ms-rest-azure": "^2.5.9",
    "node-forge": "0.6.23",
    "omelette": "0.3.2",
    "openssl-wrapper": "^0.3.4",
    "progress": "^1.1.8",
    "prompt": "0.2.14",
    "read": "^1.0.7",
    "readable-stream": "~1.0.0",
    "request": "^2.87.0",
    "ssh-key-to-pem": "0.11.0",
    "streamline": "0.10.17",
    "streamline-streams": "0.1.5",
    "sync-request": "3.0.0",
    "through": "2.3.4",
    "tunnel": "0.0.2",
    "underscore": "1.4.x",
    "user-home": "^2.0.0",
    "uuid": "^3.0.0",
    "validator": "5.2.0",
    "winston": "2.1.1",
    "wordwrap": "0.0.2",
    "xml2js": "0.1.x",
    "xmlbuilder": "0.4.x"
  },
  "devDependencies": {
    "istanbul": "0.4.5",
    "jshint": "^2.9.6",
    "mocha": "^5.2.0",
    "nock": "0.16",
    "should": "3.3.2",
    "sinon": "^2.1.0",
    "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-arm && npm -s run-script unit",
    "unit": "node --max_old_space_size=16384 scripts/unit.js testlist.txt",
    "unit-arm": "node --max_old_space_size=16384 scripts/unit.js testlist-arm.txt",
    "unit-arm-deployment": "node --max_old_space_size=4096 scripts/unit.js testlist-arm-deployment.txt",
    "unit-vm": "node scripts/unit.js testlist-vm.txt",
    "unit-vm-live": "node scripts/unit.js testlist-vm-live.txt",
    "unit-arm-compute-all": "node scripts/unit.js testlist-arm-compute-all.txt",
    "unit-arm-vm": "node scripts/unit.js testlist-arm-vm.txt",
    "unit-arm-vm-live": "node scripts/unit.js testlist-arm-vm-live.txt",
    "unit-arm-vm-ping": "node scripts/unit.js testlist-arm-vm-ping.txt",
    "unit-arm-vm-extension-live": "node scripts/unit.js testlist-arm-vm-extension-live.txt",
    "unit-arm-vmss": "node scripts/unit.js testlist-arm-vmss.txt",
    "unit-arm-container": "node scripts/unit.js testlist-arm-container.txt",
    "unit-arm-availset": "node scripts/unit.js testlist-arm-availset.txt",
    "unit-arm-diskvm": "node scripts/unit.js testlist-arm-diskvm.txt",
    "unit-arm-vm-disk": "node scripts/unit.js testlist-arm-vm-disk.txt",
    "unit-arm-vm-snapshot": "node scripts/unit.js testlist-arm-vm-snapshot.txt",
    "unit-arm-keyvault-live": "node scripts/unit.js testlist-arm-keyvault-live.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",
    "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- test/util/profile test/util/authentication -R spec -t 5000",
    "extract-labels": "node scripts/extract-labels"
  },
  "bin": {
    "azure": "./bin/azure"
  }
}
