rlcard-showdown/server/package.json

20 lines
377 B
JSON
Raw Normal View History

2020-01-13 15:58:11 +08:00
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^2.0.2",
"socket.io": "^2.3.0"
}
}