Select Git revision
-
Peter Mangelsdorf authored
Update license with content section; update license to markdown format; more notes; add content logo
Peter Mangelsdorf authoredUpdate license with content section; update license to markdown format; more notes; add content logo
This project is licensed under the MIT License.
Learn more
package.json NaN GiB
{
"name": "triviagamebase",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"express": "^4.21.1",
"socket.io": "^4.8.1"
}
}