mirror of
https://github.com/rad1o/server.git
synced 2026-03-03 16:54:02 +01:00
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "rad1oserver",
|
|
"version": "1.0.0",
|
|
"description": "rad1o badge backend server",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "mjg",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcryptjs": "^2.3.0",
|
|
"body-parser": "^1.13.2",
|
|
"ejs": "^2.3.3",
|
|
"express": "^4.13.1",
|
|
"express-session": "^1.11.3",
|
|
"mysql": "^2.8.0",
|
|
"randomstring": "^1.0.7",
|
|
"serve-favicon": "^2.3.0"
|
|
}
|
|
}
|