-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 839 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 839 Bytes
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": "blockname",
"version": "0.0.1",
"description": "A simple bitcoin-based DNS cache",
"main": "./lib/index.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/quartzjer/blockname.git"
},
"keywords": [
"bitcoin",
"blockchain",
"dns",
"decentralized",
"crypto",
"cryptocurrency"
],
"author": "Jeremie Miller",
"license": "MIT",
"bugs": {
"url": "https://github.com/quartzjer/blockname/issues"
},
"homepage": "https://github.com/quartzjer/blockname",
"devDependencies": {
},
"dependencies": {
"bitcoinjs-lib": "^1.2.0",
"helloblock-js": "^0.2.5",
"ip": "^0.3.2",
"level-party": "^1.0.1",
"native-dns": "^0.7.0",
"raw-op-return": "git+https://github.com/quartzjer/raw-op-return.git",
"yargs": "^1.3.3"
}
}