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.

34 lines
592 B

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