forked from dabrokezz/ssh-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.39 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.39 KB
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
{
"name": "ssh-manager-cli",
"version": "1.4.0",
"description": "A ssh manager",
"main": "./bin/ssh-manager.sh",
"preferGlobal": true,
"dependencies": {
"colors": "^1.3.0",
"commander": "^2.16.0",
"fuse.js": "^3.2.1",
"gulp-mocha": "^6.0.0",
"inquirer": "^3.3.0",
"inquirer-autocomplete-prompt": "^0.12.2",
"mkdirp": "^0.5.1",
"prettyjson": "^1.2.1",
"replace": "^0.3.0",
"uuid": "^3.3.2",
"validator": "^9.4.1"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.2",
"mocha": "^5.2.0",
"sinon": "^6.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Webdown404/ssh-manager.git"
},
"author": "webdown404",
"license": "ISC",
"bugs": {
"url": "https://github.com/Webdown404/ssh-manager/issues"
},
"homepage": "https://github.com/Webdown404/ssh-manager#readme",
"directories": {
"lib": "lib"
},
"bin": {
"ssh-manager": "./bin/ssh-manager.sh"
},
"keywords": [
"ssh"
],
"engines": {
"node": ">=7.10.1"
}
}