{
  "name": "cozy-jsdav-fork",
  "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.17",
  "license": "MIT",
  "homepage": "http://github.com/cozy/jsDAV",
  "engines": {
    "node": ">= 0.4.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/cozy/jsDAV.git"
  },
  "dependencies": {
    "asyncjs": "0.0.10",
    "formidable": "1.0.17",
    "xmldom": "0.1.21",
    "xpath": "0.0.21",
    "moment": "2.11.1"
  },
  "devDependencies": {
    "chai": "latest",
    "mocha": "",
    "assert": ""
  },
  "licenses": [
    {
      "type": "The MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ]
}
