-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "payment-gateway",
"version": "1.3.21",
"description": "Accept payment in crypto currencies",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --no-timeouts",
"coverage": "NODE_ENV=test istanbul cover _mocha -- --no-timeouts"
},
"keywords": [
"bitcoin",
"cash",
"litecoin",
"payment",
"gateway"
],
"author": "Ian Patton <[email protected]>",
"license": "MIT",
"dependencies": {
"@owstack/bch-lib": "0.1.0",
"@owstack/bch-payment-protocol": "0.0.7",
"@owstack/bitcoind-rpc": "^1.0.0",
"@owstack/btc-lib": "0.0.4",
"@owstack/btc-payment-protocol": "0.0.5",
"@owstack/ltc-lib": "0.0.8",
"@owstack/ltc-payment-protocol": "0.0.2",
"boom": "^7.2.0",
"config": "^1.31.0",
"hapi": "^17.5.4",
"hapi-swagger": "floristic-project/hapi-swagger#master",
"inert": "^5.1.0",
"joi": "^13.6.0",
"lodash": "^4.17.11",
"mathjs": "^5.1.2",
"mongoose": "^5.3.10",
"nodemailer": "^4.6.8",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"uuid": "^3.3.2",
"vision": "^5.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"documentation": "^6.3.3",
"eslint": "^4.19.1",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.2.0",
"sinon": "^5.1.1",
"supertest": "^3.3.0"
}
}