UNPKG

4.15 kBJSONView Raw
1{
2 "name": "azure-cli",
3 "author": "Microsoft Corporation",
4 "contributors": [
5 "Block, Glenn <gblock@microsoft.com>",
6 "Cowlishaw, Mark <markcowl@microsoft.com>",
7 "Dejardin, Louis <loudej@microsoft.com>",
8 "Georgiev, Yavor <yavorg@microsoft.com>",
9 "Janczuk, Tomasz <tjanczuk@microsoft.com>",
10 "Rodrigues, Andre <andrerod@microsoft.com>",
11 "Tavares, Chris <ctavares@microsoft.com>",
12 "Zavery, Amar <amzavery@microsoft.com>",
13 "Wang, Yugang <yugangw@microsoft.com>"
14 ],
15 "version": "0.9.17",
16 "description": "Microsoft Azure Cross Platform Command Line tool",
17 "tags": [
18 "azure",
19 "cli"
20 ],
21 "keywords": [
22 "node",
23 "azure",
24 "cli",
25 "cloud hosting",
26 "deployment"
27 ],
28 "main": "./lib/cli.js",
29 "preferGlobal": "true",
30 "engines": {
31 "node": ">= 0.10.0"
32 },
33 "license": "Apache-2.0",
34 "dependencies": {
35 "adal-node": "0.1.17",
36 "async": "1.4.2",
37 "azure-common": "0.9.16",
38 "azure-arm-authorization": "2.0.0",
39 "azure-arm-commerce": "0.1.1",
40 "azure-arm-compute": "0.15.0",
41 "azure-arm-hdinsight": "0.1.0",
42 "azure-arm-hdinsight-jobs": "0.1.0",
43 "azure-arm-insights": "0.10.2",
44 "azure-arm-network": "0.12.1",
45 "azure-arm-trafficmanager": "0.10.5",
46 "azure-arm-dns": "0.10.1",
47 "azure-arm-website": "0.10.0",
48 "azure-arm-rediscache": "0.2.1",
49 "azure-arm-datalake-analytics": "0.1.2",
50 "azure-arm-datalake-store": "0.1.2",
51 "azure-extra": "0.2.12",
52 "azure-gallery": "2.0.0-pre.18",
53 "azure-keyvault": "0.10.1",
54 "azure-asm-compute": "0.13.0",
55 "azure-asm-hdinsight": "0.10.2",
56 "azure-asm-trafficmanager": "0.10.3",
57 "azure-asm-mgmt": "0.10.1",
58 "azure-monitoring": "0.10.2",
59 "azure-asm-network": "0.10.2",
60 "azure-arm-resource": "1.0.0-preview",
61 "azure-arm-storage": "0.12.2-preview",
62 "azure-asm-sb": "0.10.1",
63 "azure-asm-sql": "0.10.1",
64 "azure-asm-storage": "0.10.1",
65 "azure-asm-subscription": "0.10.1",
66 "azure-asm-website": "0.10.1",
67 "azure-storage": "0.7.0",
68 "caller-id": "0.1.x",
69 "colors": "0.x.x",
70 "commander": "1.0.4",
71 "easy-table": "0.0.1",
72 "event-stream": "3.1.5",
73 "eyes": "0.x.x",
74 "github": "0.1.6",
75 "js2xmlparser": "1.0.0",
76 "jsrsasign": "4.8.2 ",
77 "kuduscript": "1.0.6",
78 "moment": "2.6.0",
79 "ms-rest-azure": "^1.8.0",
80 "node-forge": "0.6.23",
81 "node-uuid": "1.2.0",
82 "number-is-nan": "1.0.0",
83 "omelette": "0.1.0",
84 "openssl-wrapper": "0.2.1",
85 "readable-stream": "~1.0.0",
86 "request": "2.52.0",
87 "ssh-key-to-pem": "0.11.0",
88 "streamline": "0.10.17",
89 "streamline-streams": "0.1.5",
90 "through": "2.3.4",
91 "tunnel": "0.0.2",
92 "underscore": "1.4.x",
93 "validator": "~3.1.0",
94 "winston": "0.6.x",
95 "wordwrap": "0.0.2",
96 "xml2js": "0.1.x",
97 "xmlbuilder": "0.4.x"
98 },
99 "devDependencies": {
100 "istanbul": "0.3.19",
101 "mocha": "1.16.0",
102 "jshint": "<= 2.6.0",
103 "sinon": "*",
104 "should": "3.3.2",
105 "winston-memory": "*",
106 "nock": "0.16"
107 },
108 "homepage": "https://github.com/Azure/azure-xplat-cli",
109 "repository": {
110 "type": "git",
111 "url": "git@github.com:Azure/azure-xplat-cli.git"
112 },
113 "bugs": {
114 "url": "https://github.com/Azure/azure-xplat-cli/issues"
115 },
116 "scripts": {
117 "test": "npm -s run-script jshint && npm -s run-script unit-arm && npm -s run-script unit",
118 "unit": "node scripts/unit.js testlist.txt",
119 "unit-arm": "node scripts/unit.js testlist-arm.txt",
120 "unit-arm-vm": "node scripts/unit.js testlist-arm-vm.txt",
121 "unit-vm-live": "node scripts/unit.js testlist-vm-live.txt",
122 "unit-arm-vm-live": "node scripts/unit.js testlist-arm-vm-live.txt",
123 "jshint": "jshint lib --jslint-reporter --extra-ext ._js",
124 "preci": "jshint lib --reporter=checkstyle --extra-ext ._js > checkstyle-result.xml",
125 "ci": "node scripts/unit.js testlist.txt -xunit",
126 "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- test/util/profile test/util/authentication -R spec -t 5000",
127 "extract-labels": "node scripts/extract-labels"
128 },
129 "bin": {
130 "azure": "./bin/azure"
131 }
132}