UNPKG

cwebp

Version:

node.js wrapper for cwebp and dwebp binaries from WebP image processing utility

40 lines (39 loc) 809 B
{ "author": "Leonid Beschastny <lbeschastny@iknow.travel>", "name": "cwebp", "description": "node.js wrapper for cwebp and dwebp binaries from WebP image processing utility", "keywords": [ "webp", "compress", "minify", "optimize", "img", "image" ], "version": "1.0.4", "repository": { "type": "git", "url": "https://github.com/Intervox/node-webp.git" }, "main": "lib/index.js", "scripts": { "test": "make test" }, "engines": { "node": ">= 0.8.0" }, "dependencies": { "raw-body": "1", "should": "^6.0.1", "through": "~2.3", "when": "3" }, "devDependencies": { "coffee-script": "~1.9.1", "minimist": "~1.1.0", "mocha": "~2.2.1", "should": "~5.2.0", "stream-buffers": "~2.1.0", "webp": "0.0.4" } }