-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 996 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
41
42
43
{
"name": "storjshare-cli",
"version": "4.0.3",
"description": "command line program for farming on the storj network",
"preferGlobal": true,
"bin": {
"storjshare": "bin/storjshare.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storj/farmer-cli.git"
},
"keywords": [
"storj",
"farmer",
"cli",
"storjshare",
"share"
],
"author": "Gordon Hall <[email protected]>",
"contributors": [
{
"name": "Philip Hutchins",
"url": "https://phutchins.com"
}
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/storj/storjshare-cli/issues"
},
"homepage": "https://github.com/storj/storjshare-cli#readme",
"dependencies": {
"async": "^1.5.2",
"bs58": "^3.0.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"kad-logger-json": "^0.1.2",
"myspeed": "^1.0.1",
"prompt": "^1.0.0",
"storj": "^1.2.6",
"storj-telemetry-reporter": "Storj/telemetry-reporter"
}
}