bitcore-lib-zcash/bower.json

32 lines
547 B
JSON
Raw Normal View History

2014-04-29 15:32:38 -07:00
{
2016-08-27 04:22:04 -07:00
"name": "bitcore-lib-zcash",
"main": "./bitcore-lib-zcash.min.js",
2016-08-10 10:29:03 -07:00
"version": "0.13.19",
2014-04-29 15:32:38 -07:00
"homepage": "http://bitcore.io",
"authors": [
2016-08-27 04:22:04 -07:00
"BitPay, Inc.",
"Jack Grigg"
2014-04-29 15:32:38 -07:00
],
2016-08-27 04:22:04 -07:00
"description": "A pure, powerful core for your zcash project.",
2014-04-29 15:32:38 -07:00
"moduleType": [
"globals"
],
"keywords": [
2016-08-27 04:22:04 -07:00
"zcash",
2014-04-29 15:32:38 -07:00
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
2014-12-24 08:50:14 -08:00
"CONTRIBUTING.md",
"gulpfile.js",
"lib",
"index.js",
"karma.conf.js",
"npm-shrinkwrap.json",
"test"
2014-04-29 15:32:38 -07:00
]
}