A single proxy server to authenticate requests to multiple internal APIs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

29 lines
820 B

{
"name": "Guardian",
"version": "0.0.1",
"description": "A single proxy server to authenticate requests to multiple internal APIs",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:leothelocust/guardian-api-proxy.git"
},
"author": "Levi Olson <leothelocust> on GitHub",
"license": "MIT License",
"homepage": "https://github.com/leothelocust/guardian-api-proxy",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.14.2",
"dot-env": "0.0.1",
"express": "^4.13.3",
"mysql": "^2.10.0",
"passport": "^0.3.2",
"passport-custom": "^1.0.5",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"querystring": "^0.2.0",
"request": "^2.67.0"
}
}