1 changed files with 23 additions and 20 deletions
@ -1,30 +1,33 @@ |
|||
{ |
|||
"name": "bitcore-lib", |
|||
"main": "./bitcore-lib.min.js", |
|||
"version": "0.13.19", |
|||
"homepage": "http://bitcore.io", |
|||
"name": "bitcoincashjs", |
|||
"description": "A simple, safe, and powerful JavaScript Bitcoin Cash library.", |
|||
"main": "index.js", |
|||
"authors": [ |
|||
"BitPay, Inc." |
|||
], |
|||
"description": "A pure, powerful core for your bitcoin project.", |
|||
"moduleType": [ |
|||
"globals" |
|||
"Emilio Almansi <hi@ealmansi.com>" |
|||
], |
|||
"license": "MIT", |
|||
"keywords": [ |
|||
"bitcoin", |
|||
"bitcore", |
|||
"btc", |
|||
"satoshi" |
|||
"transaction", |
|||
"address", |
|||
"p2p", |
|||
"ecies", |
|||
"cryptocurrency", |
|||
"blockchain", |
|||
"payment", |
|||
"bip21", |
|||
"bip32", |
|||
"bip37", |
|||
"bip69", |
|||
"bip70", |
|||
"multisig" |
|||
], |
|||
"license": "MIT", |
|||
"homepage": "https://bitcoincashjs.github.io/", |
|||
"ignore": [ |
|||
"**/.*", |
|||
"CONTRIBUTING.md", |
|||
"gulpfile.js", |
|||
"lib", |
|||
"index.js", |
|||
"karma.conf.js", |
|||
"npm-shrinkwrap.json", |
|||
"test" |
|||
"node_modules", |
|||
"bower_components", |
|||
"test", |
|||
"tests" |
|||
] |
|||
} |
|||
|
Loading…
Reference in new issue