-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 856 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 856 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
{
"name": "dwebx-log",
"description": "CLI for showing a dDatabase's versions.",
"version": "1.0.0",
"author": "Peeps Labs <peepslabs.gmail.com>",
"bugs": {
"url": "https://github.com/distributedweb/dwebx-log/issues"
},
"devDependencies": {
"standard": "*"
},
"main": "./index.js",
"bin": {
"dwebx-log": "./cli.js"
},
"homepage": "https://dwebx.org",
"keywords": [
"dwebx",
"ddrive"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/distributedweb/dwebx-log.git"
},
"scripts": {
"test": "standard"
},
"dependencies": {
"dwebx-node": "git://github.com/DistributedWeb/dwebx-node.git#52c5bc44c5b7803917409e6b72a4feee6605a79d",
"minimist": "^1.2.0",
"neat-log": "^2.4.0",
"prettier-bytes": "^1.0.4",
"random-access-memory": "^3.0.0"
}
}