Public API for a society manager application

package.json 377B

12345678910111213141516171819
  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. "extraverse": "^1.0.27",
  16. "ioredis": "^1.15.1"
  17. }
  18. }