-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 948 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 948 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
43
44
45
46
47
48
{
"name": "deployfs",
"version": "0.0.1",
"description": "Deploy/mount a local filesystem/directory onto a remote host.",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tmillr/deployfs.git"
},
"keywords": [
"ssh",
"utility",
"command",
"filesystem",
"directory",
"fs",
"deploy",
"share",
"shell",
"shell-script",
"sshfs",
"fuse-filesystem",
"sshfs-mounting",
"fuse",
"mount",
"hd",
"drive",
"unix"
],
"author": {
"name": "Tyler Miller",
"url": "https://github.com/tmillr"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tmillr/deployfs/issues"
},
"homepage": "https://github.com/tmillr/deployfs#readme",
"directories": {
"bin": "./bin"
},
"dependencies": {
"execa": "^6.1.0"
}
}