Public API for a society manager application

package.json 871B

1234567891011121314151617181920212223242526272829303132333435
  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. "pretest": "node index.js > debug.log &",
  8. "test": "sleep 2; node jasmine-runner.js; node utils/flushdb.js",
  9. "posttest": "killall node"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/Alpha-Atom/uni-society-manager.git"
  14. },
  15. "author": "Matt",
  16. "license": "MIT",
  17. "dependencies": {
  18. "basic-auth": "^1.0.3",
  19. "bcrypt-nodejs": "0.0.3",
  20. "body-parser": "^1.15.0",
  21. "express": "^4.13.4",
  22. "file-stream-rotator": "0.0.6",
  23. "ioredis": "^1.15.1",
  24. "magic-window": "^1.0.4",
  25. "morgan": "^1.7.0",
  26. "node-schedule": "^1.1.0",
  27. "request": "^2.71.0",
  28. "serve-index": "^1.7.3"
  29. },
  30. "devDependencies": {
  31. "jasmine": "^2.4.1",
  32. "jasmine-spec-reporter": "^2.4.0"
  33. }
  34. }