forked from imperviousinc/handover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 857 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
{
"name": "handover",
"version": "1.0.0",
"description": "hsd plugin to resolve names on other networks like ENS and Namecoin",
"main": "lib/handover.js",
"scripts": {
"test": "bmocha --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imperviousinc/handover.git"
},
"keywords": [
"Handshake",
"HNS",
"Ethereum",
"ETH",
"ENS",
"Namecoin",
"NMC"
],
"author": "Matthew Zipkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/imperviousinc/handover/issues"
},
"homepage": "https://github.com/imperviousinc/handover#readme",
"dependencies": {
"bufio": "^1.0.7",
"ethers": "^5.0.31"
},
"peerDependencies": {
"hsd": "pinheadmz/hsd#dnsplugins1",
"bns": "~0.14.0"
},
"devDependencies": {
"bmocha": "^2.1.5"
}
}