UNPKG

@localnerve/gulp-responsive

Version:
69 lines (68 loc) 1.51 kB
{ "name": "@localnerve/gulp-responsive", "version": "7.6.1", "description": "small patch for gulp-responsive", "type": "module", "exports": { "import": "./lib/index.js", "default": "./lib/index.js" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/localnerve/gulp-responsive.git" }, "author": { "name": "Evgeny Vlasenko", "email": "mahnunchik+responsive@gmail.com", "url": "https://github.com/mahnunchik" }, "contributors": [ { "name": "Alex Grant", "email": "alex@localnerve.com", "url": "https://www.localnerve.com" } ], "engines": { "node": ">=20" }, "scripts": { "test": "npm run lint && mocha", "test:debug": "mocha --inspect-brk", "coverage": "rimraf coverage && c8 --reporter=html --reporter=text mocha", "lint": "eslint ." }, "keywords": [ "gulpplugin", "gulp", "sharp", "responsive", "img", "images", "picture", "picturefill", "scrset", "image-set", "gulp-responsive", "gulp-responsive-images" ], "dependencies": { "chalk": "^5.6.2", "fancy-log": "^2.0.0", "minimatch": "^10.1.1", "plugin-error": "^2.0.1", "rename": "^1.0.4", "sharp": "^0.34.5", "vinyl": "^3.0.1" }, "devDependencies": { "@eslint/js": "^9.39.1", "c8": "^10.1.3", "eslint": "^9.39.1", "file-type": "^21.0.0", "globals": "^16.5.0", "mocha": "^11.7.5", "rimraf": "^6.1.0" } }