-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "aspargus-gali-authentication",
"version": "1.0.0",
"description": "App for creating public and private posts",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app",
"dev": "cross-env NODE_ENV=development nodemon app",
"postinstall": "node ./scripts/post-install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karnawis/aspargus-gali-authentication.git"
},
"author": "Sura Karnawi",
"license": "ISC",
"bugs": {
"url": "https://github.com/karnawis/aspargus-gali-authentication/issues"
},
"homepage": "https://github.com/karnawis/aspargus-gali-authentication#readme",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^5.0.2",
"connect-mongo": "^3.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"fs-extra": "^10.0.0",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongoose": "^5.12.13",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.7"
}
}