forked from mikedeboer/jsDAV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license block and updated depencies
- Loading branch information
1 parent
b0a2810
commit 885ad00
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"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.3.3", | ||
"license": "MIT", | ||
"homepage" : "http://github.com/mikedeboer/jsDAV", | ||
"engines": {"node": ">= 0.4.0"}, | ||
"author": "Mike de Boer <[email protected]>", | ||
|
@@ -16,10 +17,10 @@ | |
}, | ||
"dependencies": { | ||
"asyncjs": "~0.0.8", | ||
"formidable": "~1.0.11", | ||
"xmldom": "~0.1.13", | ||
"xpath": "~0.0.5", | ||
"moment": "2.4.0" | ||
"formidable": "~1.0.17", | ||
"xmldom": "~0.1.21", | ||
"xpath": "~0.0.21", | ||
"moment": "2.11.1" | ||
}, | ||
"optionalDependencies": { | ||
"jsftp": "~0.5.4", | ||
|