forked from mempool/electrum-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 830 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
41
42
43
44
45
46
47
48
49
50
{
"name": "electrum-client-tor",
"version": "1.1.0",
"description": "Electrum protocol client for Node.js, supporting Tor connections",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"socks": "^2.6.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/satsflow/electrum-client-tor.git"
},
"bugs": {
"url": "https://github.com/satsflow/electrum-client-tor/issues"
},
"keywords": [
"bitcoin",
"electrum",
"electrumx",
"tor"
],
"engines": {
"node": ">=6"
},
"contributors": [
{
"name": "Yuki Akiyama"
},
{
"name": "7kharov"
},
{
"name": "overtorment"
},
{
"name": "janoside"
},
{
"name": "softsimon"
},
{
"name": "zanepocock"
}
],
"license": "MIT"
}