Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {
  2. "name": "serveur",
  3. "version": "1.0.0",
  4. "description": "Serveur",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "dev": "nodemon index.js"
  9. },
  10. "author": "Daran",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "express": "^4.17.1",
  15. "google-polyline": "^1.0.3",
  16. "node-fetch": "^2.6.0",
  17. "nodemon": "^2.0.2"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement