forked from mixu/tmux-mem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 790 Bytes
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
{
"name": "tmux-mem",
"version": "0.0.3",
"description": "Display memory usage in your tmux status bar or in the terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tmux-mem": "./bin/tmux-mem"
},
"repository": {
"type": "git",
"url": "git://github.com/mixu/tmux-mem.git"
},
"keywords": [
"tmux",
"memory",
"ram",
"ascii",
"status"
],
"author": "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net/)",
"license": "BSD",
"bugs": {
"url": "https://github.com/mixu/tmux-mem/issues"
},
"homepage": "https://github.com/mixu/tmux-mem",
"dependencies": {
"bytes": "1.0.x",
"textspark": "0.1.x",
"tmux-colors": "0.0.x",
"yargs": "1.2.x"
}
}