forked from bitfinexcom/dazaar-payment-lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 932 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
{
"name": "@dazaar/payment-lightning",
"version": "1.1.0",
"description": "lightning payment api for dazaar stream services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dazaar Limited",
"license": "MIT",
"dependencies": {
"invoices": "^1.0.2",
"lnd-grpc": "^0.4.3",
"payment-tracker": "^0.1.0",
"unixson": "^1.0.0"
},
"devDependencies": {
"dazaar": "github:bitfinexcom/dazaar",
"hypercore": "^9.3.1",
"pump": "^3.0.0",
"tape": "^4.13.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfinexcom/dazaar-payment-lightning.git"
},
"keywords": [
"lightning",
"network",
"dazaar",
"payment"
],
"bugs": {
"url": "https://github.com/bitfinexcom/dazaar-payment-lightning/issues"
},
"homepage": "https://github.com/bitfinexcom/dazaar-payment-lightning#readme"
}