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.

27 lines
629 B

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