UNPKG

gulp-responsive-modern

Version:
65 lines (64 loc) 1.38 kB
{ "name": "gulp-responsive-modern", "version": "1.0.0", "description": "gulp responsive images", "main": "lib", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/itw-creative-works/gulp-responsive-modern" }, "author": { "name": "ITW Creative Works", "email": "hello@itwcreativeworks.com", "url": "https://github.com/itw-creative-works" }, "engines": { "node": ">=8.5.0" }, "scripts": { "test": "npm run lint && mocha", "format": "prettier-standard --format --changed", "lint": "standard", "lint:fix": "standard --fix" }, "keywords": [ "gulpplugin", "gulp", "sharp", "responsive", "img", "images", "picture", "picturefill", "scrset", "image-set", "gulp-responsive", "gulp-responsive-images" ], "_husky": { "hooks": { "pre-commit": "npm test" } }, "dependencies": { "chalk": "^2.4.2", "fancy-log": "^1.3.3", "lodash": "^4.17.15", "minimatch": "^3.0.4", "plugin-error": "^1.0.1", "plur": "^3.1.1", "rename": "^1.0.4", "sharp": "^0.33.5", "through2": "^3.0.2", "vinyl": "^2.2.0" }, "devDependencies": { "file-type": "^12.3.0", "husky": "^3.0.8", "jshint": "^2.10.2", "mocha": "^6.2.1", "prettier-standard": "^15.0.1", "standard": "^14.3.1" } }