-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 Bytes
/
package.json
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
{
"name": "loginapp",
"version": "1.0.0",
"description": "Simple authentication system",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brad Traversy",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"express": "*",
"express-handlebars": "*",
"express-messages": "*",
"express-session": "*",
"express-validator": "*",
"fs-extra": "^4.0.2",
"mongodb": "*",
"mongodb-stitch": "^1.0.3",
"mongoose": "*",
"multer": "^1.3.0",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"rdf-translator": "^0.1.0",
"request": "^2.83.0",
"rimraf": "^2.6.2",
"walker": "^1.0.7"
}
}