21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "btcpay",
|
|
"version": "0.1.0",
|
|
"description": "A nodejs client implementation for BTCPay",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Tim Akinbo <tim@tanjalo.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.1",
|
|
"bn.js": "^4.11.8",
|
|
"bs58": "^4.0.1",
|
|
"elliptic": "^6.4.0",
|
|
"request": "^2.85.0",
|
|
"request-promise": "^4.2.2",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|