davius
Version:
The obvious DAV server
36 lines (35 loc) • 823 B
JSON
{
"name": "davius",
"version": "0.0.1",
"description": "The obvious DAV server",
"main": "server.js",
"bin": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piranna/Davius.git"
},
"keywords": [
"DAV",
"WebDAV",
"oneshoot",
"HTTP"
],
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/piranna/Davius/issues"
},
"homepage": "https://github.com/piranna/Davius#readme",
"dependencies": {
"finalhandler": "^0.4.1",
"fs-extra": "^0.26.2",
"minimist": "^1.2.0",
"oneshoot": "^0.0.3",
"recv": "^0.0.0",
"rimraf": "^2.4.4",
"serve-static": "piranna/serve-static"
}
}