forked from AaronO/shux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 942 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
35
36
37
38
39
40
41
{
"name": "shux",
"version": "0.2.1",
"description": "streaming shell multiplexer",
"main": "index.js",
"dependencies": {
"node-pty": "^0.7.6",
"duplexer": "~0.0.3",
"headless-terminal": "~0.4.0",
"through": "~2.2.0",
"inherits": "~1.0.0"
},
"devDependencies": {
"tap": "~0.4.0",
"secure-peer": "~0.2.0",
"request": "~2.14.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/shux.git"
},
"homepage": "https://github.com/substack/shux",
"keywords": [
"shell",
"multiplex",
"terminal",
"tmux",
"screen",
"attach",
"detach"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}