-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
36
37
38
{
"name": "basicauth",
"version": "1.0.0",
"description": "going to create a basic session for Mongodb Express and Node.JS using Passport",
"main": "index.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-session": "^1.15.5",
"jquery-modal": "^0.8.2",
"mongodb": "^2.2.31",
"mongoose": "^4.11.6",
"morgan": "^1.8.2",
"parsleyjs": "^2.7.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmilK15/basicAuth.git"
},
"author": "Emil Kais",
"license": "ISC",
"bugs": {
"url": "https://github.com/EmilK15/basicAuth/issues"
},
"homepage": "https://github.com/EmilK15/basicAuth#readme"
}