{
    "name": "jsdav-ext",
    "description": "jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.",
    "version": "0.3.5",
    "license": "MIT",
    "homepage" : "http://github.com/SwadicalRag/jsDAV",
    "engines": {"node": ">= 0.6.0"},
    "author": "Mike de Boer <info@mikedeboer.nl>",
    "scripts": {
        "test": "node test/test_server.js",
        "mocha": "find ./test/postgre -name '*.js' | xargs mocha"
    },
    "main": "lib/jsdav",
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/SwadicalRag/jsDAV.git"
    },
    "dependencies": {
        "asyncjs": "0.0.10",
        "formidable": "1.0.17",
        "xmldom": "0.1.21",
        "xpath": "0.0.21",
        "moment": "2.11.1"
    },
    "optionalDependencies": {
        "jsftp": "0.5.4",
        "node-sftp": "0.1.1",
        "dbox": "0.6.4",
        "redis": "2.4.2",
        "mongodb": "2.1.4",
        "pg": "4.4.3",
        "gnu-tools": "0.0.9"
    },
    "devDependencies": {
        "chai": "latest",
        "mocha": "",
        "assert": ""
    },
    "licenses": [{
        "type": "The MIT License",
        "url": "http://www.opensource.org/licenses/mit-license.php"
    }]
}
