-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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
{
"name": "aws-mfa-session",
"version": "2.1.0",
"description": "Generate MFA session credentials for 'aws-cli'",
"author": "Jared Abbott",
"homepage": "https://github.com/CoursePark/aws-mfa-session#readme",
"license": "MIT",
"main": "aws-mfa-session.sh",
"bin": {
"aws-mfa-session": "./aws-mfa-session.sh"
},
"bugs": {
"url": "https://github.com/CoursePark/aws-mfa-session/issues"
},
"files": [
"aws-mfa-session.sh",
"README.md",
"LICENSE"
],
"keywords": [
"aws",
"cli",
"iam",
"mfa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CoursePark/aws-mfa-session.git"
},
"scripts": {
"lint:sh": "./lint.sh --sh",
"lint:yml": "./lint.sh --yml",
"test": "echo \"Error: no test specified\" && exit 1"
}
}