-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 878 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
{
"name": "e-banking",
"version": "1.0.0",
"description": "online banking system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"server": "nodemon app.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadrikondi/e-banking.git"
},
"author": "idris abdulkadri and john otitoju",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.14.0",
"compression": "^1.7.4",
"email-existence": "^0.1.6",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.5.8",
"mongoose-mongodb-errors": "0.0.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"node-mailer": "^0.1.1"
}
}