UNPKG

@mt-gulp/responsive

Version:

gulp responsive images with latest package dependencies working with node 12

54 lines (53 loc) 1.23 kB
{ "name": "@mt-gulp/responsive", "version": "2.15.2", "description": "gulp responsive images with latest package dependencies working with node 12", "main": "lib", "license": "MIT", "repository": "milottit/gulp-responsive-last.git", "author": { "name": "Thomas Milotti", "email": "thomas.milotti@gmail.com", "url": "https://github.com/milottit" }, "engines": { "node": ">=12" }, "scripts": { "test": "npm run lint && mocha", "lint": "jshint lib test", "github-push": "npm version patch && git push && git push --tags", "npm-publish": "npm publish --access public" }, "keywords": [ "gulpplugin", "gulp", "sharp", "responsive", "img", "images", "picture", "picturefill", "scrset", "image-set", "gulp-responsive", "gulp-responsive-images" ], "dependencies": { "chalk": "^2.4.2", "fancy-log": "^1.3.3", "lodash": "^4.17.11", "minimatch": "^3.0.4", "plugin-error": "^1.0.1", "plur": "^3.1.1", "rename": "^1.0.4", "sharp": "^0.23.0", "through2": "^3.0.1", "vinyl": "^2.2.0" }, "devDependencies": { "file-type": "^12.1.0", "jshint": "^2.10.2", "mocha": "^6.1.4" } }