{
    "name": "shux",
    "version": "1.0.0",
    "description": "streaming shell multiplexer",
    "main": "index.js",
    "dependencies": {
        "pty.js": "~0.2.1",
        "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": "mail@substack.net",
        "url": "http://substack.net"
    },
    "license": "MIT"
}
