-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
39
40
41
42
43
44
45
46
47
{
"name": "online-banking-system",
"version": "1.0.0",
"description": "Online Banking System",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon -e html,css,ejs,js,coffee,py,gyp app.js",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarthak-1503/Online-Banking-System.git"
},
"author": "Sarthak Arora",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarthak-1503/Online-Banking-System/issues"
},
"homepage": "https://github.com/sarthak-1503/Online-Banking-System#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-mongo": "^4.6.0",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^5.11.14",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"newsapi": "^2.4.1",
"nodemailer": "^6.7.0",
"nodemon": "^2.0.7",
"os": "^0.1.2",
"otp-generator": "^2.0.1",
"path": "^0.12.7",
"python-shell": "^3.0.1",
"serve-favicon": "^2.5.0"
},
"gypfile": true,
"devDependencies": {}
}