Public API for a society manager application

package.json 348B

123456789101112131415161718
  1. {
  2. "name": "ip-project-server",
  3. "version": "1.0.0",
  4. "description": "Server for the IP project",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node index.js"
  8. },
  9. "author": "Matt",
  10. "license": "MIT",
  11. "dependencies": {
  12. "bcrypt-nodejs": "0.0.3",
  13. "body-parser": "^1.15.0",
  14. "express": "^4.13.4",
  15. "ioredis": "^1.15.1"
  16. }
  17. }