-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 885 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": "academic_projects",
"version": "1.0.0",
"description": "Cryptocurrency based info system",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "HasanMdMehadi",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "*",
"body-parser": "*",
"connect-flash": "*",
"cookie-parser": "^1.4.1",
"cryptocompare": "^0.5.0",
"dataformat": "^1.0.0",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"express": "^4.16.3",
"express-generator": "^4.16.0",
"express-messages": "*",
"express-session": "^1.15.6",
"express-validator": "*",
"mongodb": "*",
"mongoose": "^5.1.4",
"node-datetime": "^2.0.6",
"node-fetch": "^2.1.2",
"passport": "*",
"passport-http": "*",
"passport-local": "^1.0.0"
}
}