UNPKG

node-lp

Version:

node-lp is an adapter to the unix lp(1) command allowing files to be subitted for printing or altering a pending job.

26 lines (25 loc) 527 B
{ "name": "node-lp", "version": "1.0.2", "author": "Tom Gallacher", "description": "node-lp is an adapter to the unix lp(1) command allowing files to be subitted for printing or altering a pending job.", "repository": { "type": "git", "url": "git://github.com/wankdanker/node-lp.git" }, "keywords": [ "print", "cups", "lp", "lpr" ], "main": "./lp.js", "engine": "~0.6", "dependencies": { "mkdirp": "~0.3.4" }, "devDependencies": { "mocha": "*", "should": "*" } }