forked from vertdev/vertcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "vertcore",
"version": "5.0.0-beta.44",
"description": "A platform to build bitcoin and blockchain-based applications.",
"engines": {
"node": ">=8.0.0"
},
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/** --recursive",
"build-deb": "./scripts/build-deb"
},
"bin": {
"vertcore": "./bin/vertcore",
"vertcored": "./bin/vertcored"
},
"keywords": [
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/vertcore.git"
},
"dependencies": {
"vertcore-lib": "5.0.0-beta.1",
"vertcore-node": "5.0.0-beta.44",
"insight-api": "5.0.0-beta.44",
"insight-ui": "bitpay/insight#v5.0.0-beta.44"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}