-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 993 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
{
"name": "lightning.money",
"version": "0.0.2",
"description": "lightning money information map",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solidpayorg/lightning.money.git"
},
"keywords": [
"lightningnetwork"
],
"funding": {
"type": "bottlepay",
"url": "https://pay.bottle.li/send/social/bottle/zGYgYEnZi1bNH1bbFDr2SxyaYuD6AphTVMKEhsbB1Es5?a=https%3A%2F%2Favatars2.githubusercontent.com%2Fu%2F65864%3Fv%3D4&d=Melvin%20Carvalho"
},
"author": "Melvin Carvalho",
"bugs": {
"url": "https://github.com/solidpayorg/lightning.money/issues"
},
"homepage": "https://github.com/solidpayorg/lightning.money#readme",
"dependencies": {
"bitcoinjs-lib": "^5.2.0",
"fs": "^0.0.1-security",
"gitlog": "^4.0.4",
"minimist": "^1.2.5",
"os": "^0.1.1",
"simple-git": "^3.5.0",
"tiny-secp256k1": "^1.1.6"
}
}