{
    "name": "bashful",
    "version": "1.8.0",
    "description": "parse and execute bash without doing any IO",
    "main": "index.js",
    "dependencies": {
        "through": "~2.3.4",
        "resumer": "~0.0.0",
        "duplexer": "~0.0.4",
        "shell-quote": "~1.4.0",
        "decode-prompt": "~0.0.1",
        "minimist": "~0.0.1",
        "inherits": "~1.0.0",
        "rotate-array": "~0.1.0"
    },
    "devDependencies": {
        "tape": "~2.1.0",
        "concat-stream": "~1.2.0",
        "mkdirp": "~0.3.5"
    },
    "scripts": {
        "test": "tape test/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/substack/bashful.git"
    },
    "homepage": "https://github.com/substack/bashful",
    "keywords": [
        "bash",
        "shell"
    ],
    "author": {
        "name": "James Halliday",
        "email": "mail@substack.net",
        "url": "http://substack.net"
    },
    "license": "MIT"
}
