forked from Azure/azure-sdk-for-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 4.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "azure",
"author": "Microsoft Corporation",
"contributors": [
"Block, Glenn <[email protected]>",
"Cowlishaw, Mark <[email protected]>",
"Dejardin, Louis <[email protected]>",
"Georgiev, Yavor <[email protected]>",
"Janczuk, Tomasz <[email protected]>",
"Rodrigues, Andre <[email protected]>",
"Tavares, Chris <[email protected]>",
"Zavery, Amar <[email protected]>",
"Wang, Yugang <[email protected]>",
"Mkrtchyan, Hovsep <[email protected]>",
"Lu, Jianghao <[email protected]>"
],
"version": "1.2.0-preview",
"description": "Microsoft Azure Client Library for node",
"tags": [
"azure",
"sdk"
],
"keywords": [
"node",
"azure"
],
"main": "./lib/azure.js",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"azure-common": "0.9.18",
"azure-gallery": "2.0.0-pre.20",
"azure-graph": "1.1.0",
"azure-insights": "0.14.0-preview",
"azure-monitoring": "0.10.4",
"azure-sb": "0.10.4",
"azure-storage": "1.3.0",
"azure-keyvault": "0.10.4",
"azure-scheduler": "0.10.3",
"azure-asm-compute": "0.17.1",
"azure-asm-hdinsight": "0.10.3",
"azure-asm-mgmt": "0.10.2",
"azure-asm-network": "0.13.1",
"azure-asm-scheduler": "0.10.2",
"azure-asm-sb": "0.10.2",
"azure-asm-sql": "0.10.2",
"azure-asm-store": "0.10.2",
"azure-asm-storage": "0.12.1",
"azure-asm-subscription": "0.10.2",
"azure-asm-trafficmanager": "0.10.4",
"azure-asm-website": "0.10.5",
"azure-arm-authorization": "3.1.1",
"azure-arm-cdn": "0.2.2",
"azure-arm-commerce": "0.1.2",
"azure-arm-compute": "0.19.1",
"azure-arm-devtestlabs": "0.1.1",
"azure-arm-dns": "0.11.2",
"azure-arm-eventhub": "0.1.0",
"azure-arm-hdinsight": "0.2.1",
"azure-arm-hdinsight-jobs": "0.1.1",
"azure-arm-insights": "0.14.0-preview",
"azure-arm-intune": "0.2.1",
"azure-arm-iothub": "0.1.3",
"azure-arm-keyvault": "0.11.4",
"azure-arm-network": "0.16.2",
"azure-arm-notificationhubs": "0.2.2-preview",
"azure-arm-powerbiembedded": "0.1.1",
"azure-arm-rediscache": "0.2.3",
"azure-arm-resource": "1.5.1-preview",
"azure-arm-sb": "0.1.0",
"azure-arm-servermanagement": "0.1.4",
"azure-arm-storage": "0.13.3-preview",
"azure-arm-trafficmanager": "0.11.0",
"azure-arm-website": "0.11.2",
"azure-arm-datalake-analytics": "0.4.3",
"azure-arm-datalake-store": "0.4.2",
"azure-arm-batch": "0.2.1",
"azure-batch": "0.5.1",
"azure-servicefabric": "0.1.0",
"mime": "~1.2.4",
"underscore": "1.4.x",
"request": "2.74.0",
"node-uuid": "~1.4",
"ms-rest-azure": "^1.15.0",
"ms-rest": "^1.15.0",
"moment": "^2.14.1"
},
"devDependencies": {
"adal-node": "^0.1.17",
"azure-storage-legacy": "0.9.14",
"glob": "~5.0",
"grunt": "~0.4",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-symlink": "^0.3.0",
"grunt-devserver": "~0.6",
"grunt-jsdoc": "~0.6",
"grunt-gh-pages": "1.1.0",
"jshint": "2.6.3",
"minami": "git://github.com/devigned/minami#master",
"mocha": "1.18.0",
"nock": "0.16",
"node-forge": "0.6.30",
"promise": "^7.1.1",
"random-js": "1.0.4",
"should": "^8.3.1",
"sinon": "*",
"xmlbuilder": "0.4.3",
"moment": "^2.14.1",
"async": "^1.5.0",
"colors": "1.1.2",
"gulp": "^3.9.0",
"gulp-exec": "2.1.2",
"yargs": "3.29.0"
},
"homepage": "http://github.com/azure/azure-sdk-for-node",
"repository": {
"type": "git",
"url": "https://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 && npm -s run-script unit-arm && npm -s run-script unit",
"unit": "node scripts/unit.js testlist.txt",
"unit-arm": "node scripts/unit-arm.js testlistarm.txt",
"setup": "node scripts/setup.js",
"jshint": "jshint lib --reporter=jslint",
"ci": "node scripts/unit.js testlist.txt",
"coverage": "node scripts/unit.js testlist.txt -coverage > coverage.html"
}
}