UNPKG

lp-daemon

Version:
39 lines (38 loc) 840 B
{ "name": "lp-daemon", "version": "0.0.4", "description": "line printer daemon", "main": "lib/index.js", "bin": { "lp-daemon": "./lib/cli.js" }, "scripts": { "start": "cross-env DEBUG=* node lib/cli.js", "test": "echo \"Error: no test specified\" && exit 1", "style": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/cepharum/lp-daemon.git" }, "author": "cepharum GmbH", "license": "MIT", "bugs": { "url": "https://github.com/cepharum/lp-daemon/issues" }, "homepage": "https://github.com/cepharum/lp-daemon#readme", "dependencies": { "cross-env": "^5.2.0", "debug": "^3.2.0", "ipp-message": "0.0.5", "minimist": "^1.2.0" }, "devDependencies": { "eslint": "^5.5.0", "eslint-config-cepharum": "^1.0.7", "eslint-plugin-promise": "^4.0.1" }, "keywords": [ "lpd" ] }