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.
30 lines
512 B
30 lines
512 B
{
|
|
"name": "bitcore",
|
|
"main": "./bitcore.min.js",
|
|
"version": "0.12.3",
|
|
"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": [
|
|
"**/.*",
|
|
"CONTRIBUTING.md",
|
|
"gulpfile.js",
|
|
"lib",
|
|
"index.js",
|
|
"karma.conf.js",
|
|
"npm-shrinkwrap.json",
|
|
"test"
|
|
]
|
|
}
|
|
|