-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 957 Bytes
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
{
"name": "bitpay-gatewayd-plugin",
"version": "1.1.0",
"description": "Inbound bridge for Bitcoins to Gatewayd on Ripple",
"main": "router.js",
"scripts": {
"test": "mocha -R spec test/http test/models"
},
"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.6.5",
"express": "^4.8.5",
"superagent": "^0.18.2",
"supertest": "^0.13.0",
"bluebird": "^2.3.2",
"bitpay-node": "0.0.4",
"cors": "^2.4.2",
"sql-mq-worker": "^1.0.3",
"require-all": "0.0.8",
"lodash": "^2.4.1",
"ripple-rest-client": "^1.11.0"
}
}