-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "backend",
"version": "1.0.0",
"description": "This is the back-end for internet banking project, will be set up by nodeJS tech and sth other",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BockChain-Project/BackEnd-BlockChain-RestFul.git"
},
"author": "Nguyen Dang Quang, Tran Duy Phuong, Dang Phuoc Quang",
"license": "ISC",
"bugs": {
"url": "https://github.com/BockChain-Project/BackEnd-BlockChain-RestFul/issues"
},
"homepage": "https://github.com/BockChain-Project/BackEnd-BlockChain-RestFul#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.2.0",
"email-verify": "^0.2.1",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"knex": "^0.16.2",
"moment": "^2.23.0",
"morgan": "^1.9.1",
"mysql2": "^1.6.4",
"nodemailer": "^5.0.0",
"otplib": "^10.0.1",
"rand-token": "^0.4.0"
}
}