{
    "name": "qq",
    "version": "0.3.5",
    "description": "Out of service - A heavy-weight library for promises, based on Q",
    "homepage": "http://github.com/kriskowal/qq/",
    "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
    "credits": [
        "Mark S. Miller, Google Inc.",
        "Edud (Udi) Shapiro"
    ],
    "bugs": {
        "mail": "kris@cixar.com",
        "url": "http://github.com/kriskowal/qq/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://github.com/kriskowal/qq/raw/master/LICENSE"
        }
    ],
    "main": "qq.js",
    "repository": {
        "type": "git",
        "url": "git://github.com/kriskowal/qq.git"
    },
    "engines": {
        "node": ">=0.2.0",
        "teleport": ">=0.2.0"
    },
    "dependencies": {
        "q": "0.8.4"
    },
    "devDependencies": {
        "test": ">=0.1.0"
    }
}
