Skip to content

Commit

Permalink
Add license block and updated depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedeboer committed Jan 26, 2016
1 parent b0a2810 commit 885ad00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
Expand All @@ -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",
Expand Down

0 comments on commit 885ad00

Please sign in to comment.