{
    "name": "tuple-stream",
    "version": "0.0.2",
    "description": "zip together two streams into a single stream with aligned pairwise data",
    "main": "index.js",
    "dependencies": {
        "through": "~2.3.4"
    },
    "devDependencies": {
        "tape": "~1.0.4",
        "concat-stream": "~1.0.0",
        "split": "~0.2.5"
    },
    "scripts": {
        "test": "tap test/*.js"
    },
    "testling" : {
        "files" : "test/*.js",
        "browsers" : {
            "ie" : [ 6, 7, 8, 9 ],
            "ff" : [ 3.5, 10, 15.0 ],
            "chrome" : [ 10, 22 ],
            "safari" : [ 5.1 ],
            "opera" : [ 12 ]
        }
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/substack/tuple-stream.git"
    },
    "homepage": "https://github.com/substack/tuple-stream",
    "keywords": [
        "pair",
        "pairwise",
        "zip",
        "stream"
    ],
    "author": {
        "name": "James Halliday",
        "email": "mail@substack.net",
        "url": "http://substack.net"
    },
    "license": "MIT"
}
