UNPKG

gulp-fabricator

Version:

A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.

72 lines (71 loc) 2.13 kB
{ "name": "gulp-fabricator", "version": "1.2.6", "description": "A multipurpose extension of gulp that allows for simplified and centralized processing and analyzation of Node.js modules and projects.", "main": "src/fabricator.js", "scripts": { "build": "gulp build", "lint": "gulp lint", "test": "mocha", "docs": "gulp docs", "deploy": "npm run build && npm run lint && npm run test && npm run docs && npm version --no-git-tag-version patch", "coverage": "nyc npm run test", "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/nitro404/gulp-fabricator.git" }, "keywords": [ "gulp", "fabricator" ], "author": { "name": "Kevin Scroggins" }, "license": "MIT", "bugs": { "url": "https://github.com/nitro404/gulp-fabricator/issues" }, "homepage": "https://github.com/nitro404/gulp-fabricator#readme", "dependencies": { "@babel/core": "7.8.7", "@babel/polyfill": "7.8.7", "@babel/preset-env": "7.8.7", "autoprefixer": "9.7.4", "change-case-bundled": "^1.1.2", "colors": "1.4.0", "docdash": "^1.2.0", "extra-utilities": "^1.3.6", "fancy-log": "1.3.3", "gulp": "4.0.2", "gulp-babel": "8.0.0", "gulp-clean-css": "4.3.0", "gulp-concat": "2.6.1", "gulp-filter": "6.0.0", "gulp-htmlhint": "3.0.0", "gulp-jsdoc3": "2.0.0", "gulp-less": "4.0.1", "gulp-lesshint": "6.1.0", "gulp-nodemon": "^2.5.0", "gulp-postcss": "8.0.0", "gulp-rename": "2.0.0", "gulp-sass": "4.0.2", "gulp-sass-lint": "1.4.0", "gulp-sourcemaps": "2.6.5", "gulp-strip-comments": "2.5.2", "gulp-uglify": "3.0.2", "is-valid-glob": "1.0.0", "merge-stream": "2.0.0", "path-extra": "4.3.0", "plugin-error": "1.0.1", "pump": "3.0.0", "through2": "3.0.1", "uglify-js": "3.8.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }, "devDependencies": { "chai": "4.2.0" } }