UNPKG

taskmodule__copy

Version:

GulpTaskModule to copy files, works good with async.js

35 lines (34 loc) 800 B
{ "name": "taskmodule__copy", "version": "1.1.0", "description": "GulpTaskModule to copy files, works good with async.js", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/arwidt/taskmodule__copy.git" }, "keywords": [ "buildscript", "gulp", "fs", "gulp-tasks", "gulp-copy" ], "author": "Arwid Thornstrom <arwidt@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/arwidt/taskmodules__copy/issues" }, "homepage": "https://github.com/arwidt/taskmodules__copy#readme", "dependencies": { "node-fs-extra": "^0.8.1" }, "devDependencies": { "async": "^2.0.1", "del": "^2.2.2", "gulp": "^3.9.1" } }