bitcore/bower.json

27 lines
438 B
JSON

{
"name": "bitcore",
"main": "dist/bitcore.js",
"version": "0.8.0",
"homepage": "http://bitcore.io",
"authors": [
"BitPay, Inc."
],
"description": "A pure, powerful core for your bitcoin project.",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}