Public API for a society manager application

package.json 776B

1234567891011121314151617181920212223242526272829303132
  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": "jasmine-node --verbose --captureExceptions spec; node utils/flushdb.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. "request": "^2.71.0",
  26. "serve-index": "^1.7.3"
  27. },
  28. "devDependencies": {
  29. "jasmine-node": "^1.14.5"
  30. }
  31. }