-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 868 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
{
"name": "@gavinning/jump-server",
"version": "0.1.5",
"description": "jump server",
"main": "app.js",
"bin": {
"j2": "bin/j2.js",
"jumpserver": "bin/j2.js"
},
"directories": {
"test": "test"
},
"dependencies": {
"align-string": "^0.1.0",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"inquirer": "^6.2.0",
"linco.lab": "^2.1.0",
"node-ssh-shell": "^0.1.4",
"yaml": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "mocha test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gavinning/jump-server.git"
},
"keywords": [
"jump-server",
"跳板机"
],
"author": "gavinning",
"license": "MIT",
"bugs": {
"url": "https://github.com/gavinning/jump-server/issues"
},
"homepage": "https://github.com/gavinning/jump-server#readme"
}