UNPKG

@localnerve/gulp-responsive

Version:
65 lines (64 loc) 1.39 kB
{ "name": "@localnerve/gulp-responsive", "version": "7.4.0", "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", "lint": "eslint ." }, "keywords": [ "gulpplugin", "gulp", "sharp", "responsive", "img", "images", "picture", "picturefill", "scrset", "image-set", "gulp-responsive", "gulp-responsive-images" ], "dependencies": { "chalk": "^5.4.1", "fancy-log": "^2.0.0", "minimatch": "^10.0.1", "plugin-error": "^2.0.1", "plur": "^5.1.0", "rename": "^1.0.4", "sharp": "^0.34.2", "vinyl": "^3.0.1" }, "devDependencies": { "@eslint/js": "^9.28.0", "eslint": "^9.28.0", "file-type": "^21.0.0", "globals": "^16.2.0", "mocha": "^11.5.0" } }