-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.11 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
{
"name": "iterm2-tab-set",
"version": "0.7.4",
"description": "Set iTerm2 tab color, title, and/or badge",
"main": "tabset.js",
"scripts": {
"test": "mocha",
"cover": "istanbul cover _mocha -- -R spec && open coverage/lcov-report/iterm2-tab-set/index.html"
},
"bin": {
"tabset": "./tabset.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jonathaneunice/iterm2-tab-set"
},
"files": [
"docs",
"examples",
"test",
"colorpick.js",
"csscolors.js",
"util.js"
],
"keywords": [
"terminal",
"iTerm",
"iTerm2",
"tab",
"color",
"title",
"badge",
"decorate",
"differentiate",
"Mac"
],
"author": "Jonathan Eunice",
"license": "MIT",
"dependencies": {
"linewrap": "^0.2.1",
"minimist": "^1.2.0",
"run-applescript": "^3.0.0",
"string-hash": "^1.1.0",
"tildify": "^1.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"test-console": "^1.0.0"
}
}