{ "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 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" } }