-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.21 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
57
58
59
60
61
{
"name": "ttab",
"description": "OSX CLI for opening a new terminal tab/window, optionally with a command to execute and/or display settings",
"private": false,
"version": "0.9.0",
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"bin": {
"ttab": "bin/ttab"
},
"homepage": "https://github.com/mklement0/ttab",
"repository": {
"type": "git",
"url": "git+https://github.com/mklement0/ttab.git"
},
"bugs": {
"url": "https://github.com/mklement0/ttab/issues"
},
"scripts": {
"test": "make test"
},
"keywords": [
"macos",
"osx",
"terminal",
"iterm",
"iterm2",
"cli",
"tabs",
"windows",
"automate",
"ubuntu",
"gnome-terminal"
],
"man": "./man/ttab.1",
"directories": {
"doc": "./doc"
},
"author": "Michael Klement <[email protected]> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**",
"manOn": true
}
},
"devDependencies": {
"doctoc": "^2.2.0",
"json": "^10.0.0",
"marked": "^4.0.10",
"marked-man": "^0.7.0",
"replace": "^1.2.0",
"semver": "^4.2.0",
"tap": "^18.5.1",
"urchin": "^0.0.5"
}
}