forked from IxorTalk/ixortalk.aws.cognito.token.retrieval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 793 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
{
"name": "@ixor/aws.cognito.token.retrieval",
"version": "0.0.3",
"description": "Simple Cognito client for retrieving JWT tokens from a cognito login",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bin": {
"cognito-login": "index.js"
},
"author": "Davy De Waele <[email protected]> (https://github.com/ddewaele/)",
"repository": {
"type": "git",
"url": "https://github.com/IxorTalk/ixortalk.aws.cognito.token.retrieval.git"
},
"license": "MIT",
"devDependencies": {
"aws-sdk": "^2.8.0"
},
"dependencies": {
"cognito-authenticator-cli": "^1.0.0",
"commander": "^2.11.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"util": "^0.10.3"
}
}