forked from genecyber/node-bitcoin-rpc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 822 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
{
"name": "node-komodo-rpc",
"version": "3.0.1",
"description": "nodejs json-rpc for Komodo and Smart Chains, with Promises and support for multiple instances",
"main": "./lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gcharang/node-komodo-rpc.git"
},
"keywords": [
"jsonrpc",
"komodo",
"nodejs",
"javascript"
],
"author": {
"name": "gcharang",
"email": "[email protected]"
},
"contributors": [
"Joseph W Becher <[email protected]>",
"Monty Anderson <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gcharang/node-komodo-rpc/issues"
},
"homepage": "https://github.com/gcharang/node-komodo-rpc#readme",
"dependencies": {
"axios": "^0.21.1"
}
}