UNPKG

lively-davfs

Version:

Manager for versioning and reading / writing resources.

38 lines (37 loc) 939 B
{ "name": "lively-davfs", "version": "0.5.0", "description": "Manager for versioning and reading / writing resources.", "main": "request-handler.js", "repository": { "type": "git", "url": "git@github.com:LivelyKernel/node-lively-davfs.git" }, "scripts": { "test": "nodeunit tests/*.js --reporter minimal" }, "keywords": [ "LivelyKernel", "LivelyWeb", "wiki" ], "author": { "name": "Robert Krahn", "email": "robert.krahn@gmail.com" }, "license": "MIT", "dependencies": { "jsDAV": "https://github.com/LivelyKernel/jsDAV/tarball/windows-compat-nodejs-0.12", "findit": "~1.1", "request": ">=2.68.0", "async": "~0.9", "sqlite3": "^5", "concat-stream": "~1.0", "source-map": "^0.4.2", "lively-loader": ">=0.2.2" }, "devDependencies": { "nodeunit": "~0.8", "lively-fs-helper": "https://github.com/rksm/lively-fs-helper/tarball/master" } }