-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "express-postgresql-auth",
"version": "1.0.0",
"description": "Express + PostgreSQL + Basic Auth",
"main": "index.js",
"scripts": {
"dev": "nodemon ./app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codedbychavez/express-postgresql-auth.git"
},
"keywords": [
"postgresql",
"auth",
"node",
"auth",
"express",
"auth",
"basic",
"postgres",
"auth",
"node",
"authentication"
],
"author": "Chavez Harris",
"license": "ISC",
"bugs": {
"url": "https://github.com/codedbychavez/express-postgresql-auth/issues"
},
"homepage": "https://github.com/codedbychavez/express-postgresql-auth#readme",
"dependencies": {
"connect-sqlite3": "^0.9.15",
"express": "^5.1.0",
"express-session": "^1.18.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pg-promise": "^11.13.0"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}