{
    "name": "codetube",
    "description": "decentralized git hosting",
    "version": "0.0.0-alpha",
    "authors": ["payload", "dodo"],
    "contributors": [
        "payload",
        "dodo",
        "poelzi"
    ],
    "engines": {
        "node": "0.4.x"
    },
    "scripts": {
        "preinstall": "#preinstall DO NOTHING",
        "install": "./build.sh",
        "update": "./build.sh",
        "start": "./codetube",
        "test": "./build.sh && vows"
    },
    "bin": {
        "codetube": "./codetube"
    },
    "dependencies": {
        "coffee-script": ">= 1.1.1",
        "asciimo": ">= 0.3.1",
        "colors": ">= 0.5.0",
        "eyes": ">= 0.1.6",
        "hexy": ">= 0.2.1",
        "diff": ">= 1.0.1",
        "cluster": ">= 0.6.2",
        "cluster-socket.io": ">= 0.2.0",
        "socket.io": ">= 0.7.2",
        "socket.io-sessions": ">= 0.6.1",
        "express": ">= 2.3.9",
        "express-expose": ">= 0.2.0",
        "gravatar": ">= 1.0.2",
        "gettext": ">= 0.0.1",
        "cradle": ">= 0.5.5",
        "forms": ">= 0.1.0",
        "validator": ">= 0.2.3",
        "highlight": ">= 0.1.0",
        "underscore": ">= 1.1.7",
        "backbone": ">= 0.5.3",
        "connect": ">= 1.4.1",
        "connect-auth": ">= 0.2.2",
        "connect-cache": ">= 0.2.1",
        "connect-couchdb": ">= 0.1.1",
        "bufferstream": ">= 0.4.6",
        "buffertools": ">= 1.0.3",
        "slug": ">= 0.1.0",
        "async": ">= 0.1.9",
        "jsconfig": ">= 0.0.1",
        "log": ">= 0.0.0",
        "npm": ">= 0.0.0",
        "treeeater": ">= 0.5.1",
        "coffeekup": ">= 0.2.3",
        "couch-session": ">= 0.5.0",
        "connect-redis": ">= 1.0.7",
        "browserify": ">= 1.2.9",
        "uglify-js": ">= 1.0.7",
        "formatdate": ">= 0.0.1",
        "jquery-browserify": ">= 1.6.1",
        "jquery.ui.core": ">= 1.8.13",
        "jquery.ui.widget": ">= 1.8.13",
        "jquery.ui.position": ">= 1.8.13",
        "lift": ">= 0.1.0",
        "stylus": ">= 0.0.0",
        "flexcache": ">= 0.0.0"
    },
    "devDependencies": {
        "node-inspector": ">= 0.1.6",
        "v8-profiler": ">= 0.0.3",
        "restartr": ">= 0.1.10",
        "vows": ">= 0.5.x"
    }
}

