forked from node40sean/dash-payment-gateway
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 985 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
39
40
{
"name": "dash-payment-processor",
"version": "0.0.2",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snogcel/dash-payment-processor.git"
},
"main": "lib",
"bitcoreNode": "lib",
"dependencies": {
"async": "*",
"bitcore-lib-dash": "^0.15.0",
"bitcore-wallet-client-dash": "^2.11.1",
"body-parser": "^1.15.2",
"compression": "^1.6.1",
"lodash": "^2.4.1",
"log": "^1.4.0",
"lokijs": "^1.4.1",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"randomstring": "^1.1.5",
"request": "^2.60.0",
"socket.io-client": "^1.4.8"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"proxyquire": "^1.7.2",
"should": "^8.3.1",
"sinon": "^1.10.3"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/snogcel/dash-payment-processor/issues"
},
"homepage": "https://github.com/snogcel/dash-payment-processor#readme"
}