-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 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
{
"name": "terminal-status-board",
"version": "1.4.0",
"description": "display the progress of multiple concurrent job sequences in your terminal",
"main": "index.js",
"scripts": {
"test": "tape test/*"
},
"keywords": [
"terminal",
"parallel",
"sequence",
"progress",
"display",
"status"
],
"author": "Jan Bölsche <[email protected]> (http://regular.codes)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/regular/terminal-status-board.git"
},
"bugs": {
"url": "https://github.com/regular/terminal-status-board/issues"
},
"homepage": "https://github.com/regular/terminal-status-board#readme",
"dependencies": {
"chalk": "^1.0.0",
"charm": "1.0.x",
"cli-cursor": "1.0.x",
"extend": "^2.0.1",
"progress-pipeline": "1.4.x"
}
}