Public API for a society manager application

package.json 486B

1234567891011121314151617181920212223
  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. "ioredis": "^1.15.1",
  20. "node-schedule": "^1.1.0"
  21. }
  22. }