flocore/bower.json
Ryan X. Charles 5594f82398 up version to 0.1.21
...to make sure compiled bundle is absolutely the latest.
2014-05-23 18:12:09 -07:00

27 lines
464 B
JSON

{
"name": "bitcore",
"main": "browser/bundle.js",
"version": "0.1.21",
"homepage": "http://bitcore.io",
"authors": [
"Ryan X. Charles (<ryan@bitpay.com>)"
],
"description": "A pure, powerful core for your bitcoin project.",
"moduleType": [
"globals"
],
"keywords": [
"bitcoin",
"bitcore",
"btc",
"satoshi"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
]
}