{
    "name": "pongo",
    "version": "0.2.3",
    "author": "Adrian Ottiker <adrian@ottiker.com>",
    "description": "Connection pooling for node-mongodb-native",
    "contributors": [ 
        {
            "name": "Adrian Ottiker",
            "email": "adrian@ottiker.com"
        }
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/adioo/pongo.git"
    },
    "keywords": [
        "mongodb",
        "pool",
        "pooling",
        "socket",
        "connection"
    ],
    "dependencies" : {
        "mongodb": "*"
    },
    "engine": {
        "node": ">=0.6"
    }
}
