gulp-webdav-sync
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "gulp-webdav-sync", | ||
"version": "1.0.1", | ||
"description": "Put files and folders on a WebDAV server. Deploy with gulp", | ||
"version": "1.0.2", | ||
"description": "Deploy files and folders via WebDAV", | ||
"repository": { | ||
@@ -17,3 +17,3 @@ "type": "git", | ||
], | ||
"license": "UNLICENSED", | ||
"license": "Unlicense", | ||
"main": "index.js", | ||
@@ -25,13 +25,14 @@ "scripts": { | ||
"devDependencies": { | ||
"del": "~1.2.0", | ||
"del": "^2.2.2", | ||
"gulp": "~3.9.0", | ||
"gulp-debug": "~2.0.1", | ||
"gulp-jshint": "~1.11.2", | ||
"gulp-jscs": "~1.6.0", | ||
"gulp-debug": "^2.1.2", | ||
"gulp-jscs": "^4.0.0", | ||
"gulp-jshint": "^2.0.1", | ||
"jsDAV": "~0.3.2", | ||
"jshint-stylish": "~2.0.1", | ||
"jshint": "^2.9.3", | ||
"jshint-stylish": "^2.2.1", | ||
"merge-stream": "~1.0.0", | ||
"mocha": "~2.2.5", | ||
"mocha": "^3.0.2", | ||
"npmconf": "~2.1.2", | ||
"vinyl": "~0.5.0" | ||
"vinyl": "^1.2.0" | ||
}, | ||
@@ -41,4 +42,4 @@ "dependencies": { | ||
"gulp-util": "~3.0.6", | ||
"xml2js": "~0.4.10" | ||
"xml2js": "^0.4.17" | ||
} | ||
} |
# gulp-webdav-sync | ||
> Deploy files and folders via WebDAV | ||
![screenshot](https://github.com/millercl/gulp-webdav-sync/raw/master/screenshot.png) | ||
* [Similar Projects](#similar-projects) | ||
* [Destinations](#destinations) | ||
@@ -26,3 +26,13 @@ * [URL as String](#url-as-string) | ||
* [Development](#development) | ||
* [Unlicense](#unlicense) | ||
## Similar Projects | ||
1. [grunt-webdav-sync](https://github.com/avisi/grunt-webdav-sync) for [Grunt](http://www.gruntjs.com). | ||
2. [webdav-sync](https://github.com/bermi/webdav-sync), a nodejs command line utility. | ||
3. [curl](https://github.com/curl/curl), a C command line utility for HTTP. | ||
```shell | ||
curl -T "index.js" http://user:pass@localhost:8000/ | ||
curl -X MKCOL http://user:pass@localhost:8000/dir/ | ||
``` | ||
## Destinations | ||
@@ -264,2 +274,12 @@ Pass a URL argument indicating a directory/collection on a WebDAV server. Include any HTTP Basic authentication inline. HTTPS authentication must go in the options argument. [`gulp.dest()`](https://github.com/gulpjs/gulp/blob/master/docs/API.md#gulpdestpath-options) is only for the filesystem. Instead, pipe to this module, where the stream objects are consumed. | ||
## Unlicense | ||
This is free and unencumbered software released into the public domain. | ||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. | ||
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and | ||
successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
For more information, please refer to <http://unlicense.org/> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
29226
0
0
0
100
284
12
4
Updatedxml2js@^0.4.17