-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
38 lines (38 loc) · 940 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
38
{
"name": "bitcoin-receive-payments",
"version": "0.0.39",
"description": "Plug-and-play module to start accepting bitcoins.",
"main": "index.js",
"dependencies": {
"bitcoin-live-transactions": "*",
"bitcore-lib": "^0.13.19",
"colors": "^1.1.2",
"debug": "^2.6.1",
"money": "^0.2.0",
"mongoose": "^4.8.5",
"openexchangerates-api": "0.0.5",
"randomstring": "^1.1.5",
"redis": "^2.6.5",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"bugs": {
"url": "https://github.com/guerrerocarlos/bitcoin-receive-payments/issues"
},
"keywords": [
"bitcoin",
"gateway",
"payment",
"standalone"
],
"author": "Carlos Guerrero <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/guerrerocarlos/bitcoin-receive-payments"
}
}