Public API for a society manager application

package.json 635B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ip-project-server",
  3. "version": "1.0.1",
  4. "description": "Server for the IP project",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node index.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/Alpha-Atom/uni-society-manager.git"
  12. },
  13. "author": "Matt",
  14. "license": "MIT",
  15. "dependencies": {
  16. "basic-auth": "^1.0.3",
  17. "bcrypt-nodejs": "0.0.3",
  18. "body-parser": "^1.15.0",
  19. "express": "^4.13.4",
  20. "file-stream-rotator": "0.0.6",
  21. "ioredis": "^1.15.1",
  22. "magic-window": "^1.0.4",
  23. "morgan": "^1.7.0",
  24. "node-schedule": "^1.1.0",
  25. "serve-index": "^1.7.3"
  26. }
  27. }