-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 941 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 941 Bytes
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
{
"name": "starkfamtodoapp",
"version": "1.0.0",
"description": "To Do App for the Starks",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Ted Stark",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"connect-flash": "^0.1.1",
"console-stamp": "^0.2.7",
"dateformat": "^3.0.3",
"dotenv": "^5.0.1",
"express": "^4.16.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"jquery": "^3.4.1",
"jquery-confirm": "^3.3.2",
"moment-timezone": "^0.5.21",
"mongoose": "^5.7.5",
"nodemon": "^1.18.4",
"npm": "^6.13.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper": "^1.0.1",
"process-env": "^1.1.0",
"pug": "^2.0.3",
"yenv": "^2.1.0"
}
}