-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 910 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
{
"name": "sshfs-config",
"version": "0.0.1",
"description": "A simple command-line tool for mounting sshfs hosts quickly and easily by making use of a config file.",
"main": "index.js",
"engines": {
"node": "<=v9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"command-line",
"config",
"FUSE",
"sshfs"
],
"bin": {
"sshfs-config": "./index.js",
"sshfsc": "./index.js"
},
"dependencies": {
"commander": "^2.14.1",
"merge-deep": "^3.0.1",
"project-version": "^1.0.0",
"self-referenced-json": "0.0.4",
"validate-arguments": "0.0.8"
},
"devDependencies": {
"semistandard": "*"
},
"author": "tomchkk",
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:tomchkk/sshfs-config.git"
},
"bugs": "https://github.com/tomchkk/sshfs-config/issues"
}