-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
34 lines (34 loc) · 841 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
{
"name": "coinparams",
"version": "0.2.9",
"description": "provides crypto currency specific information such as key prefixes, DNS seeds, network ports, bip32, bip44, genesis block, etc. For hundreds of altcoins.",
"main": "bindings/js/coinparams.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dan-da/coinparams.git"
},
"keywords": [
"bitcoin",
"bip32",
"bip39",
"bip44",
"slip44",
"altcoins",
"cryptocurrency",
"cryptocurrencies",
"genesis"
],
"author": "danda",
"license": "MIT",
"bugs": {
"url": "https://github.com/dan-da/coinparams/issues"
},
"homepage": "https://github.com/dan-da/coinparams#readme",
"files": [
"coinparams.json",
"bindings/js"
]
}