-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 938 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
{
"name": "ubiquity-hackathon",
"version": "1.0.0",
"description": "hack ubiquity",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfoderick/ubiquity-hackathon.git"
},
"keywords": [
"p2p",
"bitcoin",
"transaction",
"malleability"
],
"author": "David Foderick",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfoderick/ubiquity-hackathon/issues"
},
"homepage": "https://github.com/dfoderick/ubiquity-hackathon#readme",
"dependencies": {
"bitcoin-source-api": "the-bitcoin-token/bitcoin-source-api",
"bitcoinsource": "^0.1.16",
"bsv": "github:dfoderick/bsv#p2p",
"dat-swarm-defaults": "^1.0.2",
"discovery-swarm": "^6.1.0",
"get-port": "^5.0.0",
"portfinder": "^1.0.20",
"vorpal": "^1.12.0"
}
}