-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 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
{
"name": "trantor-lib-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"explore": "node ./lib/trantor-lib.js explore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativechain/trantor-lib-nodejs.git"
},
"authors": {
"nombrekeff": {
"name": "Manolo Edge"
},
"nOsDelAbismo": {
"name": "Vicent Nos Ripolles"
}
},
"license": "ISC",
"bugs": {
"url": "https://github.com/creativechain/trantor-lib-nodejs/issues"
},
"homepage": "https://github.com/creativechain/trantor-lib-nodejs#readme",
"dependencies": {
"bitcoin": "^3.0.1",
"bitcoinjs-lib": "^3.0.3",
"lodash": "^4.17.4",
"sqlite3": "^3.1.8",
"webtorrent": "^0.98.18",
"webtorrent-hybrid": "^1.0.6"
}
}