UNPKG

gulp-load-all-tasks

Version:
51 lines (50 loc) 1.23 kB
{ "name": "gulp-load-all-tasks", "version": "0.2.0", "description": "Gulp task loader for Gulp 4.0+", "keywords": [ "gulp", "gulp4", "gulpplugin", "loader", "task" ], "homepage": "https://github.com/ethancfchen/gulp-load-all-tasks#readme", "bugs": { "url": "https://github.com/ethancfchen/gulp-load-all-tasks/issues" }, "license": "MIT", "author": { "name": "ethancfchen", "email": "ethan.cfchen@gmail.com", "url": "https://github.com/ethancfchen" }, "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ethancfchen/gulp-load-all-tasks.git" }, "scripts": { "prepublish": "nsp check", "release": "git push && git push --tags", "pretest": "eslint -c .eslintrc.js . --fix", "test": "jest --config .jestrc.js --coverage" }, "dependencies": { "object-assign": "^4.1.1", "plugin-error": "^0.1.2" }, "devDependencies": { "coveralls": "^3.0.0", "eslint": "^4.15.0", "eslint-config-google": "^0.9.1", "eslint-config-xo-space": "^0.17.0", "gulp": "gulpjs/gulp.git#4.0", "jest": "^22.0.5", "jest-cli": "^22.0.5", "nsp": "^3.1.0" }, "engines": { "node": ">=7.x" } }