package.json 596 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "backgammon-back",
  3. "version": "1.0.0",
  4. "description": "Socket.io backend for backgammon",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.a-level.com.ua:gitgod/backgammon.git"
  12. },
  13. "keywords": [
  14. "node",
  15. "socketio",
  16. "game"
  17. ],
  18. "author": "Ivan Grynkin",
  19. "license": "ISC",
  20. "dependencies": {
  21. "cors": "^2.8.5",
  22. "express": "^4.16.4",
  23. "mm-graphql": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm-graphql.git",
  24. "socket.io": "^2.2.0"
  25. }
  26. }