-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 868 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
36
{
"name": "bit-borrow",
"version": "0.0.2",
"description": "peer-to-peer lending and borrowiing platform on bitcoin blockchain.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikhiltiwari-git/bit-borrow.git"
},
"keywords": [
"peer-to-peer",
"lending",
"borrowing",
"$USD",
"$BTC",
"self-custody"
],
"author": "Nikhil Tiwari",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikhiltiwari-git/bit-borrow/issues"
},
"homepage": "https://github.com/nikhiltiwari-git/bit-borrow#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mongoose": "^7.3.3",
"path": "^0.12.7"
}
}