-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 966 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
37
38
39
40
41
42
43
{
"name": "@greenjolte/joltquid",
"version": "0.0.0",
"description": "Decentralised fiat currency digital wallet with collateral escrowed as bitcoin on deposit",
"main": "app.js",
"engines": {
"node": ">=12.x",
"npm": ">=6"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mannasugo/joltquid.git"
},
"keywords": [
"bitcoin",
"blockchain",
"lightning network",
"mysql",
"nginx",
"nodejs"
],
"contributors": [
"Mann Asugo <mannasugo@gmail.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mannasugo/joltquid/issues"
},
"homepage": "https://joltquid.com/",
"dependencies": {
"coingecko-api": "^1.0.10",
"dotenv": "^16.0.0",
"mysql": "^2.16.0",
"node-bitstamp": "^3.1.0",
"request": "^2.88.2",
"socket.io": "^2.4.1",
"ws": "^8.5.0",
"yahoo-finance-ticker": "^1.0.3"
}
}