forked from litecore-archive/litecore-p2p
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 852 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
{
"name": "garlicore-p2p",
"version": "1.1.2",
"description": "Interface to the garlicoin P2P network for garlicore",
"author": "BitPay <[email protected]>",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test:node",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"garlicoin",
"garlicore"
],
"repository": {
"type": "git",
"url": "https://github.com/garlicoin-project/garlicore-p2p.git"
},
"dependencies": {
"garlicore-lib": "^0.1.0",
"bloom-filter": "^0.2.0",
"buffers": "bitpay/node-buffers#v0.1.2-bitpay",
"socks5-client": "^0.3.6"
},
"devDependencies": {
"garlicore-build": "garlicoin-project/garlicore-build#master",
"brfs": "^1.2.0",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.12.2"
},
"license": "MIT"
}