mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-06 07:53:54 +00:00
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"name": "passport-example",
|
|
"version": "0.0.1",
|
|
"description": "Example with Passport (http://www.passportjs.org/)",
|
|
"dependencies": {
|
|
"body-parser": "~1.19.0",
|
|
"express": "~4.17.1",
|
|
"express-session": "~1.17.1",
|
|
"passport": "~0.4.1",
|
|
"passport-local": "~1.0.0",
|
|
"socket.io": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
}
|
|
} |