1234567891011121314151617181920212223242526 |
- {
- "name": "backgammon-back",
- "version": "1.0.0",
- "description": "Socket.io backend for backgammon",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.a-level.com.ua:gitgod/backgammon.git"
- },
- "keywords": [
- "node",
- "socketio",
- "game"
- ],
- "author": "Ivan Grynkin",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.16.4",
- "mm-graphql": "git+ssh://git@gitlab.a-level.com.ua:gitgod/mm-graphql.git",
- "socket.io": "^2.2.0"
- }
- }
|