-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 845 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
{
"name": "raidencashcore-p2p",
"version": "1.9.0",
"description": "Interface to the dash P2P network for RaidenCash",
"author": "BitPay <[email protected]>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},
"contributors": [],
"keywords": [
"bitcoin",
"bitcore",
"raidencashcore"
],
"repository": {
"type": "git",
"url": "https://github.com/solaris-rig/raidencashcore-p2p.git"
},
"dependencies": {
"raidencashcore-lib": "^1.8.2",
"bloom-filter": "^0.2.0",
"node-buffers": "^0.1.1",
"socks5-client": "^1.2.6"
},
"devDependencies": {
"raidencashcore-build": "^1.7.8",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^4.0.0",
"sinon": "^1.12.2"
},
"license": "MIT"
}