PoC of school digital workspace without a CAS, using Macaroons

123456789101112131415161718192021222324252627
  1. {
  2. "name": "das",
  3. "version": "0.1.0",
  4. "description": "PoC of school digital workspace without a CAS, using Macaroons (authentication server)",
  5. "contributors": [
  6. {
  7. "name": "Brendan Abolivier",
  8. "email": "oss@brendanabolivier.com"
  9. }
  10. ],
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/babolivier/das.git"
  14. },
  15. "scripts": {
  16. "start": "node --use_strict server.js"
  17. },
  18. "dependencies": {
  19. "body-parser": "^1.15.2",
  20. "express": "^4.14.0",
  21. "macaroons.js": "^0.3.6"
  22. },
  23. "license": {
  24. "type": "GPL-3.0",
  25. "url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html"
  26. }
  27. }