ets2-dashboard-skin
Version:
Euro Truck Simulator 2 dashboard
18 lines (17 loc) • 323 B
JSON
{
"name": "server.dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors" : "^2.8.5",
"express" : "^4.17.1",
"http" : "0.0.1-security",
"socket.io" : "^2.3.0"
}
}