-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 1.03 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
{
"name": "fintojs",
"version": "0.4.0",
"description": "Fintojs is based upon finto (https://github.com/threadwaste/finto) written by Tony M. It is basically an sts service interface to resolve multiple iam roles for aws. Please read more documentation here: https://github.com/threadwaste/finto/blob/master/README.md",
"main": "finto.js",
"scripts": {
"test": "node test/ServerTest.js",
"install-fintorc": "node test/InstallFintorc.js",
"start": "if [ ! -z \"$FINTOJS_LOG_PATH\" ]; then node server.js >> $FINTOJS_LOG_PATH; else node server.js; fi",
"stop": "pkill -TERM -f node server.js",
"credTest": "node test/StsLibTest"
},
"dependencies": {
"envious": "0.2.*",
"aws-sdk": "2.68.*",
"node-getopt": "0.*",
"async": "2.6.*"
},
"author": "Carl Yamamoto-Furst",
"license": "MIT",
"homepage": "https://github.com/cfurst/fintojs",
"repository": {
"type": "git",
"url": "https://github.com/cfurst/fintojs.git"
}
}