gulp-symdest
Version:
Like gulp.dest, but handles symlinks
36 lines (35 loc) • 746 B
JSON
{
"name": "gulp-symdest",
"version": "1.3.0",
"description": "Like gulp.dest, but handles symlinks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/joaomoreno/gulp-symdest.git"
},
"keywords": [
"gulp",
"dest",
"symdest"
],
"author": "João Moreno",
"license": "MIT",
"bugs": {
"url": "https://github.com/joaomoreno/gulp-symdest/issues"
},
"homepage": "https://github.com/joaomoreno/gulp-symdest#readme",
"dependencies": {
"event-stream": "3.3.4",
"mkdirp": "^0.5.1",
"queue": "^3.1.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"mocha": "^9.2.2",
"tmp": "0.0.28",
"vinyl": "^1.1.0"
}
}