bitcore/bower.json

27 lines
438 B
JSON
Raw Normal View History

2014-04-29 15:32:38 -07:00
{
"name": "bitcore",
2014-12-17 14:07:16 -08:00
"main": "dist/bitcore.js",
2014-12-19 06:36:02 -08:00
"version": "0.8.2",
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"
]
}