-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 974 Bytes
/
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
{
"name": "gitmark",
"version": "0.0.68",
"description": "gitmark",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solidpayorg/gitmark.git"
},
"keywords": [
"gitmark"
],
"bin": {
"git-mark": "bin/git-mark",
"git-mark-init": "bin/git-mark-init",
"git-mark-list": "bin/git-mark-list",
"git-mark-verify": "bin/git-mark-verify"
},
"author": "Melvin Carvalho",
"license": "MIT",
"bugs": {
"url": "https://github.com/solidpayorg/gitmark/issues"
},
"homepage": "https://github.com/solidpayorg/gitmark#readme",
"dependencies": {
"bip-schnorr": "^0.6.4",
"bitcoinjs-lib": "^5.2.0",
"child_process": "^1.0.2",
"fs": "^0.0.1-security",
"gitlog": "^4.0.4",
"gitmark": "^0.0.56",
"minimist": "^1.2.5",
"sha256": "^0.2.0",
"tiny-secp256k1": "^1.1.6",
"ws": "^8.2.3"
}
}