Public API for a society manager application

package.json 605B

123456789101112131415161718192021222324252627
  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/ip-project-server.git"
  12. },
  13. "author": "Matt",
  14. "license": "MIT",
  15. "dependencies": {
  16. "bcrypt-nodejs": "0.0.3",
  17. "body-parser": "^1.15.0",
  18. "express": "^4.13.4",
  19. "file-stream-rotator": "0.0.6",
  20. "ioredis": "^1.15.1",
  21. "magic-window": "^1.0.4",
  22. "morgan": "^1.7.0",
  23. "node-schedule": "^1.1.0",
  24. "serve-index": "^1.7.3"
  25. }
  26. }