mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 22:47:59 +00:00
22 lines
492 B
JSON
22 lines
492 B
JSON
{
|
|
"name": "passport-example",
|
|
"version": "0.0.1",
|
|
"description": "Example with Passport (http://www.passportjs.org/)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"body-parser": "~1.19.0",
|
|
"express": "~4.17.1",
|
|
"express-session": "~1.17.1",
|
|
"lowdb": "2.1.0",
|
|
"multer": "^1.4.2",
|
|
"nanoid": "^3.1.22",
|
|
"node-osc": "6.0.2",
|
|
"passport": "~0.4.1",
|
|
"passport-local": "~1.0.0",
|
|
"socket.io": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/app.js"
|
|
}
|
|
}
|