bitcore-lib-zcash/bower.json

27 lines
445 B
JSON
Raw Normal View History

2014-04-29 15:32:38 -07:00
{
"name": "bitcore",
2014-12-23 13:34:37 -08:00
"main": "browser/bitcore.min.js",
2014-12-24 06:53:18 -08:00
"version": "0.8.5",
2014-04-29 15:32:38 -07:00
"homepage": "http://bitcore.io",
"authors": [
2014-12-17 14:44:56 -08:00
"BitPay, Inc."
2014-04-29 15:32:38 -07:00
],
"description": "A pure, powerful core for your bitcoin project.",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}