-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "beyondos",
"version": "1.0.0",
"description": "App to publish ideas and work on projects collectively.",
"main": "app.js",
"scripts": {
"start": "cross-env NODE_ENV=production node app.js",
"dev": "cross-env NODE_ENV=development nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wo1vin/BeyondOS.git"
},
"author": "Denisse Del Monte",
"license": "MIT",
"bugs": {
"url": "https://github.com/wo1vin/BeyondOS/issues"
},
"homepage": "https://github.com/wo1vin/BeyondOS#readme",
"dependencies": {
"-": "^0.0.1",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^6.5.2",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"nodemon": "^2.0.19"
}
}