-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 851 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 851 Bytes
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
{
"name": "@proofofexistence/cli",
"version": "1.0.4",
"description": "CLI util for Proof of Existence",
"main": "index.js",
"homepage": "https://github.com/proofofexistence/cli",
"issues": {
"url": "https://github.com/proofofexistence/cli/issues"
},
"scripts": {
"test": "mocha"
},
"bin": {
"proofx": "index.js"
},
"keywords": [
"Proof",
"of",
"Existence",
"blockchain",
"btc",
"bitcoin",
"proofx"
],
"author": {
"name": "Clément Renaud",
"email": "clement@poex.io"
},
"license": "MIT",
"dependencies": {
"@proofofexistence/api-client": "^0.1.3",
"axios": "^0.18.0",
"bitcoin-convert": "^1.0.4",
"bunyan": "^1.8.12",
"colors": "^1.2.4",
"crypto-js": "^3.1.9-1",
"minimist": "^1.2.0"
},
"devDependencies": {
"mocha": "^5.1.1"
}
}