forked from Azure-Samples/key-vault-node-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 Bytes
/
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
{
"name": "key-vault-node-authentication",
"version": "0.1.0",
"description": "A sample demonstrating authentication to Key Vault in node.js",
"main": "authentication_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-keyvault": "^1.1.2",
"azure-arm-resource": "^3.1.1-preview",
"azure-keyvault": "^3.0.4"
},
"homepage": "https://github.com/Azure-Samples/key-vault-node-authentication",
"repository": {
"type": "git",
"url": "https://github.com/Azure-Samples/key-vault-node-authentication"
},
"bugs": {
"url": "https://github.com/Azure-Samples/key-vault-node-authentication/issues"
}
}