chore(release): 5.0.0-beta.1
This commit is contained in:
parent
53e1ac3b9f
commit
65d41663d7
3358
package-lock.json
generated
Normal file
3358
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
59
package.json
59
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bitcore",
|
"name": "bitcore",
|
||||||
"version": "4.1.1",
|
"version": "5.0.0-beta.1",
|
||||||
"description": "A platform to build bitcoin and blockchain-based applications.",
|
"description": "A platform to build bitcoin and blockchain-based applications.",
|
||||||
"author": "BitPay <dev@bitpay.com>",
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@ -12,52 +12,6 @@
|
|||||||
"bitcore": "./bin/bitcore",
|
"bitcore": "./bin/bitcore",
|
||||||
"bitcored": "./bin/bitcored"
|
"bitcored": "./bin/bitcored"
|
||||||
},
|
},
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Daniel Cousens",
|
|
||||||
"email": "bitcoin@dcousens.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Esteban Ordano",
|
|
||||||
"email": "eordano@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Gordon Hall",
|
|
||||||
"email": "gordon@bitpay.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Jeff Garzik",
|
|
||||||
"email": "jgarzik@bitpay.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Kyle Drake",
|
|
||||||
"email": "kyle@kyledrake.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Manuel Araoz",
|
|
||||||
"email": "manuelaraoz@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Matias Alejo Garcia",
|
|
||||||
"email": "ematiu@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Ryan X. Charles",
|
|
||||||
"email": "ryanxcharles@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Stefan Thomas",
|
|
||||||
"email": "moon@justmoon.net"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Stephen Pair",
|
|
||||||
"email": "stephen@bitpay.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Wei Lu",
|
|
||||||
"email": "luwei.here@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"transaction",
|
"transaction",
|
||||||
@ -78,14 +32,11 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bitpay/bitcore.git"
|
"url": "https://github.com/bitpay/bitcore.git"
|
||||||
},
|
},
|
||||||
"browser": {
|
|
||||||
"request": "browser-request"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bitcore-lib": "bitpay/bitcore-lib#transitional",
|
"bitcore-lib": "5.0.0-beta.1",
|
||||||
"bitcore-node": "bitpay/bitcore-node#blocks",
|
"bitcore-node": "5.0.0-beta.2",
|
||||||
"insight-api": "^0.4.0",
|
"insight-api": "5.0.0-beta.1",
|
||||||
"insight-ui": "^0.4.0"
|
"insight-ui": "5.0.0-beta.1"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user