UNPKG

pulverizr

Version:

Smash your images down to size.

40 lines (39 loc) 924 B
{ "name": "pulverizr", "description": "Smash your images down to size.", "version": "0.7.0", "author": { "name": "Ben Truyman", "email": "bentruyman@gmail.com", "url": "http://bentruyman.com/" }, "contributors": [ { "name": "Benjamin Lupton", "email": "b@lupton.cc", "url": "http://balupton.com/" } ], "repository": { "type": "git", "url": "http://github.com/bentruyman/pulverizr" }, "dependencies": { "coloured-log": ">= 0.9.7", "commander": ">= 0.6.0", "q": ">= 0.8.5", "temp": ">= 0.4.0" }, "keywords": ["image", "compressor", "compression"], "directories" : { "lib" : "./lib" }, "bin" : { "pulverize" : "./cli.js" }, "main" : "pulverizr", "engines": { "node": ">= 0.6.0" }, "preferGlobal": true, "licenses": [ { "type": "BSD", "url": "http://github.com/bentruyman/pulverizr/raw/master/LICENSE" } ] }