Init
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "Voting", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "socket.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "nodemon index.js", | ||
"debug": "nodemon --inspect index.js" | ||
}, | ||
"keywords": [], | ||
"author": "Dennis Willers", | ||
"license": "ISC", | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"mysql": "^2.18.1", | ||
"socket.io": "^3.0.4", | ||
"socket.io-client": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.7" | ||
} | ||
} |
socket.js
0 → 100644
Please register or sign in to comment