forked from Bradley-Feitsvaig/tree-electronics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
42
43
44
45
46
{
"name": "tree-electronics",
"version": "1.0.0",
"main": "myTest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"get-base-url": "^3.0.2",
"mongoose": "^6.3.8",
"nodemailer": "^6.7.5",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-remember-me": "^0.0.1",
"pg": "^8.7.3",
"request": "^2.88.2",
"uuid": "^8.3.2",
"v4": "^0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bradley-Feitsvaig/tree-electronics.git"
},
"bugs": {
"url": "https://github.com/Bradley-Feitsvaig/tree-electronics/issues"
},
"homepage": "https://github.com/Bradley-Feitsvaig/tree-electronics#readme",
"description": "",
"devDependencies": {
"nodemon": "^2.0.16"
}
}