-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "fget-cli",
"version": "0.0.4",
"description": "Simple cli tool that allows to share files between multiple computers over LAN or the Internet",
"main": "index.js",
"repository": "scorchpt/fget",
"keywords": [
"sockets",
"share",
"files",
"cli",
"transfer",
"lan",
"internet",
"upload",
"download"
],
"dependencies": {
"@types/chokidar": "^1.6.0",
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"commander": "^2.9.0",
"date-fns": "^1.28.2",
"express": "^4.15.2",
"filesize": "^3.5.6",
"fs-extra": "^2.1.2",
"fs-promise": "^2.0.2",
"glob": "^7.1.1",
"glob-promise": "^3.1.0",
"got": "^6.7.1",
"human-time": "^0.0.1",
"internal-ip": "^1.2.0",
"ip": "^1.1.5",
"log-update": "^1.0.2",
"most": "^1.3.0",
"most-last": "^1.0.0",
"path-is-inside": "^1.0.2",
"pkginfo": "^0.4.0",
"pretty-ms": "^2.1.0",
"promise-defer": "^1.0.0",
"promise-queue": "^2.2.3",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"sort-by": "^1.2.0",
"table-layout": "^0.4.0",
"text-table": "^0.2.0",
"throttleit": "^1.0.0",
"uid": "^0.0.2",
"vorpal": "^1.11.4",
"walk": "^2.3.9",
"walk-fs": "^0.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pedro M. Silva <pemiolsi@hotmail.com>",
"license": "ISC",
"preferGlobal": true,
"bin": {
"fget": "lib/bin/cmd.js"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/ip": "0.0.29",
"@types/chalk": "^0.4.31",
"@types/commander": "^2.3.31",
"@types/express": "^4.0.35",
"@types/fs-promise": "^1.0.2",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29"
},
"bundledDependencies": [
"vorpal"
]
}