bitpay-gatewayd-plugin
Version:
Inbound bridge for Bitcoins to Gatewayd on Ripple
32 lines (31 loc) • 734 B
JSON
{
"name": "bitpay-gatewayd-plugin",
"version": "1.1.0",
"description": "Inbound bridge for Bitcoins to Gatewayd on Ripple",
"main": "router.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/stevenzeiler/gatewayd-bitpay-plugin"
},
"keywords": [
"bitcoin",
"ripple",
"bitpay",
"gatewayd"
],
"author": "Steven Zeiler",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevenzeiler/bitpay-gatewayd-plugin/issues"
},
"homepage": "https://github.com/stevenzeiler/bitpay-gatewayd-plugin",
"dependencies": {
"body-parser": "^1.4.3",
"express": "^4.6.1",
"superagent": "^0.18.2",
"supertest": "^0.13.0"
}
}