forked from Azure-Samples/key-vault-node-storage-accounts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "key-vault-node-storage-accounts",
"version": "0.1.0",
"description": "A sample demonstrating managed storage account keys with Key Vault",
"main": "storage_account_sample.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"azure"
],
"tags": [
"azure",
"sdk"
],
"author": "Microsoft Corporation",
"contributors": [
"Desberg, David <david.desberg@microsoft.com>"
],
"license": "MIT",
"dependencies": {
"adal-node": "^0.1.28",
"azure-arm-authorization": "^5.0.0",
"azure-arm-keyvault": "^1.1.2",
"azure-arm-resource": "^3.1.1-preview",
"azure-arm-storage": "^3.2.0",
"azure-keyvault": "^3.0.4",
"azure-storage": "^2.8.2",
"request-promise-native": "^1.0.5",
"uuid": "^3.2.1"
},
"homepage": "https://github.com/Azure-Samples/key-vault-node-network-acl",
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/key-vault-node-network-acl"
},
"bugs": {
"url": "https://github.com/Azure-Samples/key-vault-node-network-acl/issues"
}
}