UNPKG

gulp-tinypng-extended

Version:

TinyPNG API wrapper for compressing PNG & JPG images

67 lines (66 loc) 1.39 kB
{ "name": "gulp-tinypng-extended", "version": "3.0.3", "description": "TinyPNG API wrapper for compressing PNG & JPG images", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/nymo/gulp-tinypng-extended.git" }, "scripts": { "test": "mocha" }, "author": { "name": "Gregor Panek", "email": "gp@gregorpanek.de", "url": "https://github.com/nymo" }, "contributors": [ { "name": "Stan Hutcheon", "email": "stanutcheon@me.com", "url": "https://github.com/stnvh" }, { "name": "Gaurav Jassal", "email": "gaurav@jassal.me", "url": "http://gaurav.jassal.me" } ], "keywords": [ "gulpplugin", "tinypng", "image", "img", "picture", "photo", "minify", "minifier", "compress", "png" ], "engines": { "node": ">=6.0.0" }, "license": "MIT", "dependencies": { "ansi-colors": "^3.2.4", "fancy-log": "^1.3.3", "gulp-plumber": "^1.1.0", "minimatch": "^3.0.0", "minimist": "^1.2.0", "plugin-error": "^1.0.1", "request": "~2.88.0", "requestretry": "^3.1.0", "through2": "^3.0.0", "through2-concurrent": "^2.0.0", "vinyl": "^2.2.0", "yargs-parser": "^13.1.2" }, "devDependencies": { "chai": "^4.2.0", "gulp": "^4.0.2", "mocha": "^8.1.3", "nock": "^10.0.6" } }