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

8 years ago
8 years ago
8 years ago
8 years ago
  1. {
  2. "name": "Guardian",
  3. "version": "0.0.1",
  4. "description": "A single proxy server to authenticate requests to multiple internal APIs",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:leothelocust/guardian-api-proxy.git"
  12. },
  13. "author": "Levi Olson <leothelocust> on GitHub",
  14. "license": "MIT License",
  15. "homepage": "https://github.com/leothelocust/guardian-api-proxy",
  16. "dependencies": {
  17. "bcrypt": "^0.8.5",
  18. "body-parser": "^1.14.2",
  19. "dot-env": "0.0.1",
  20. "express": "^4.13.3",
  21. "mysql": "^2.10.0",
  22. "passport": "^0.3.2",
  23. "passport-custom": "^1.0.5",
  24. "passport-http": "^0.3.0",
  25. "passport-local": "^1.0.0",
  26. "querystring": "^0.2.0",
  27. "request": "^2.67.0"
  28. }
  29. }