File tree Expand file tree Collapse file tree 3 files changed +108
-59
lines changed
Expand file tree Collapse file tree 3 files changed +108
-59
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " bitcore" ,
3- "version" : " 5.0.0-beta.33 " ,
3+ "version" : " 5.0.0-beta.34 " ,
44 "description" : " A platform to build bitcoin and blockchain-based applications." ,
55 "engines" : {
66 "node" : " >=8.0.0"
3737 },
3838 "dependencies" : {
3939 "bitcore-lib" : " 5.0.0-beta.1" ,
40- "bitcore-node" : " 5.0.0-beta.33 " ,
41- "insight-api" : " 5.0.0-beta.33 " ,
42- "insight-ui" : " bitpay/insight#v5.0.0-beta.33 "
40+ "bitcore-node" : " 5.0.0-beta.34 " ,
41+ "insight-api" : " 5.0.0-beta.34 " ,
42+ "insight-ui" : " bitpay/insight#v5.0.0-beta.34 "
4343 },
4444 "license" : " MIT" ,
4545 "devDependencies" : {
Original file line number Diff line number Diff line change 1+ {
2+ "name": "bitcore",
3+ "version": "5.0.0-beta.34",
4+ "description": "A platform to build bitcoin and blockchain-based applications.",
5+ "engines": {
6+ "node": ">=8.0.0"
7+ },
8+ "author": "BitPay <dev@bitpay.com>",
9+ "main": "index.js",
10+ "scripts": {
11+ "test": "./node_modules/.bin/mocha test/** --recursive",
12+ "build-deb": "./scripts/build-deb"
13+ },
14+ "bin": {
15+ "bitcore": "./bin/bitcore",
16+ "bitcored": "./bin/bitcored"
17+ },
18+ "keywords": [
19+ "bitcoin",
20+ "transaction",
21+ "address",
22+ "p2p",
23+ "ecies",
24+ "cryptocurrency",
25+ "blockchain",
26+ "payment",
27+ "bip21",
28+ "bip32",
29+ "bip37",
30+ "bip69",
31+ "bip70",
32+ "multisig"
33+ ],
34+ "repository": {
35+ "type": "git",
36+ "url": "https://github.com/bitpay/bitcore.git"
37+ },
38+ "dependencies": {
39+ "bitcore-lib": "5.0.0-beta.1",
40+ "bitcore-node": "5.0.0-beta.34",
41+ "insight-api": "5.0.0-beta.34",
42+ "insight-ui": "bitpay/insight#v5.0.0-beta.33"
43+ },
44+ "license": "MIT",
45+ "devDependencies": {
46+ "chai": "^3.3.0",
47+ "mocha": "^2.3.3"
48+ }
49+ }
You can’t perform that action at this time.
0 commit comments