{
    "name": "lx-mongodb",
    "description": "Litixsoft backend driver for mongoDb.",
    "version": "0.7.0",
    "homepage": "https://github.com/litixsoft/lx-mongodb",
    "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)",
    "maintainers": [
        "Timo Liebetrau <t.liebetrau@litixsoft.de>",
        "Marco Kannenberg <m.kannenberg@litixsoft.de@litixsoft.de>",
        "Sven Bernstein <s.bernstein@litixsoft.de>",
        "Dominic Sachs <d.sachs@litixsoft.de>",
        "Thomas Scheibe <th.scheibe@litixsoft.de>",
        "Mike Alig <m.alig@litixsoft.de>",
        "Joerg Raschke <j.Raschke@litixsoft.de>",
        "Andreas Krummsdorf <a.krummsdorf@litixsoft.de>"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/litixsoft/lx-mongodb.git"
    },
    "bugs": {
        "url": "https://github.com/litixsoft/lx-mongodb/issues"
    },
    "keywords": [
        "mongodb",
        "mongojs",
        "mongodb driver",
        "data access layer",
        "baboon database backend",
        "mongodb repository",
        "mongodb schema",
        "mongodb json schema"
    ],
    "license": "MIT",
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/litixsoft/lx-mongodb/blob/master/LICENSE"
        }
    ],
    "main": "lib/lx-mongodb.js",
    "directories": {
        "lib": "./lib"
    },
    "scripts": {
        "test": "grunt test"
    },
    "devDependencies": {
        "async": "^1.4.0",
        "grunt": "^0.4.5",
        "grunt-bg-shell": "^2.3.1",
        "grunt-bump": "^0.3.1",
        "grunt-contrib-clean": "^0.6.0",
        "grunt-contrib-jshint": "^0.11.2",
        "grunt-conventional-changelog": "^2.0.1",
        "grunt-jasmine-node": "^0.2.1",
        "grunt-open": "^0.2.3",
        "istanbul": "^0.3.17",
        "load-grunt-tasks": "^3.2.0"
    },
    "dependencies": {
        "lx-helpers": "0.5.1",
        "mongodb": "1.4.38",
        "mongojs": "litixsoft/mongojs"
    }
}
