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