forked from abdullahshahin/vault-auth-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 939 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
37
38
39
40
41
42
43
{
"name": "vault-auth-aws",
"version": "0.1.7",
"description": "js module that get token from vault HashiCorp server by using AWS STS ",
"main": "index.js",
"bugs": {
"url": "https://github.com/abdullahshahin/vault-auth-aws/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/abdullahshahin/vault-auth-aws"
},
"directories": {
"test": "test"
},
"dependencies": {
"aws-sdk": "^2.176.0",
"aws4": "^1.6.0",
"request": "^2.81.0",
"validator": "^8.1.0"
},
"devDependencies": {
"del": "^3.0.0",
"eslint-html-reporter": "^0.5.2",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-jasmine": "^2.4.2"
},
"scripts": {
"test": "gulp"
},
"keywords": [
"vault",
"hashicorp",
"token",
"aws",
"lambda",
"sts"
],
"author": "Abdullah Shahin <[email protected]>",
"license": "ISC"
}