You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
659 B

  1. {
  2. "name": "CarsInCommon",
  3. "version": "0.0.1",
  4. "description": "CarsInCommon, cooperative carsharing",
  5. "repository": "https://github.com/arnaucode/carsincommonServer",
  6. "contributors": [
  7. {
  8. "name": "Arnau",
  9. "web": "arnaucode.com"
  10. }
  11. ],
  12. "main": "server.js",
  13. "scripts": {
  14. "prestart": "npm install",
  15. "start": "node server.js"
  16. },
  17. "dependencies": {
  18. "body-parser": "latest",
  19. "express": "^4.7.1",
  20. "jsonwebtoken": "latest",
  21. "method-override": "^2.1.2",
  22. "mongoose": "latest",
  23. "mongoose-unique-validator": "^1.0.2",
  24. "morgan": "latest",
  25. "readline-sync": "^1.4.7",
  26. "request": "^2.81.0"
  27. }
  28. }