You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
464 B
26 lines
464 B
{
|
|
"name": "bitcore",
|
|
"main": "browser/bundle.js",
|
|
"version": "0.1.36",
|
|
"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"
|
|
]
|
|
}
|
|
|