You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

33 lines
592 B

{
"name": "bitcoincashjs",
"description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.",
"main": "index.js",
"authors": [
"Emilio Almansi <hi@ealmansi.com>"
],
"license": "MIT",
"keywords": [
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"homepage": "https://bitcoincashjs.github.io/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}