npm doesn't play well with the symlink bitcore-latest.js. Instead, put the latest main bundle in bundle.js (which is what it used to be called) so packages like Copay can use the latest bundle just like how they used to.
27 lines
464 B
JSON
27 lines
464 B
JSON
{
|
|
"name": "bitcore",
|
|
"main": "browser/bundle.js",
|
|
"version": "0.1.29",
|
|
"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"
|
|
]
|
|
}
|