{
    "name" : "shoe",
    "version" : "0.0.15",
    "description" : "streaming sockjs for node and the browser",
    "main" : "index.js",
    "browserify" : "browser.js",
    "directories" : {
        "example" : "example"
    },
    "dependencies" : {
        "sockjs" : "0.3.7"
    },
    "bundledDependencies" : [ "sockjs-client" ],
    "devDependencies" : {
        "through": "~2.3.4",
        "tape": "~1.0.4",
        "testling": "~1.4.1"
    },
    "scripts": {
        "test": "testling ."
    },
    "testling" : {
        "files": "test/browser.js",
        "server": "test/server.js",
        "browsers": [
            "ie/8..latest",
            "chrome/latest",
            "firefox/latest",
            "safari/latest",
            "opera/latest",
            "iphone/latest",
            "ipad/latest",
            "android/latest"
        ]
    },
    "repository" : {
        "type" : "git",
        "url" : "git://github.com/substack/shoe.git"
    },
    "homepage" : "https://github.com/substack/shoe",
    "keywords" : [
        "websocket",
        "stream",
        "sock",
        "browserify"
    ],
    "author" : {
        "name" : "James Halliday",
        "email" : "mail@substack.net",
        "url" : "http://substack.net"
    },
    "license" : "MIT",
    "engine" : { "node" : ">=0.6" }
}
