-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
55
56
57
58
59
60
61
62
{
"name": "helpthehomelessd-rpc",
"description": "Helpthehomeless Client Library to connect to Helpthehomeless Core (helpthehomelessd) via RPC",
"version": "2.0.1",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Alex Werner",
"email": "alex.werner@dash.org"
}
],
"keywords": [
"helpthehomeless",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/HTHcoin/helpthehomelessd-rpc"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha test -R spec",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive"
},
"dependencies": {
"async": "^1.3.0",
"bluebird": "^3.5.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^7.1.1"
},
"bugs": {
"url": "https://github.com/HTHcoin/helpthehomelessd-rpc/issues"
},
"homepage": "https://github.com/HTHcoin/helpthehomelessd-rpc"
}