forked from mikedeboer/jsDAV
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 715 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "jsDAV",
"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.1.0",
"homepage" : "http://github.com/mikedeboer/jsDAV",
"engines": {"node": ">= 0.1.102"},
"author": "Mike de Boer <info@mikedeboer.nl>",
"scripts": {"test": "node test/test_server.js"},
"main": "lib/jsdav",
"repository" : {
"type" : "git",
"url" : "http://github.com/mikedeboer/jsDAV.git"
},
"licenses": [{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"}
]
}