-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.13 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
{
"name": "sshman",
"version": "1.0.6",
"description": "A shell script to manage all your ssh config",
"main": "sshman",
"scripts": {
"lint": "shellcheck ./sshman && shellcheck ./lib/**/*.sh",
"test": "find . | grep .bats$ | xargs bats",
"release": "./node_modules/.bin/verpub publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gcaufy/sshman.git"
},
"keywords": [
"SSH",
"fzf",
"expect"
],
"author": {
"name": "Gcaufy"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Gcaufy/sshman/issues"
},
"homepage": "https://github.com/Gcaufy/sshman#readme",
"devDependencies": {
"verpub": "^0.1.2"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
"verpub": {
"publish": false,
"files": [
{
"file": "install",
"expected": 1
},
{
"file": "README.md",
"expected": 1
},
{
"file": "README-zh.md",
"expected": 1
},
{
"file": "version.txt",
"expected": 1
}
],
"tag": "v{version}"
},
"_commitid": "b367560"
}