Source: node-pixl-server
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-async <!nocheck>,
 node-daemon <!nocheck>,
 node-pixl-args <!nocheck>,
 node-pixl-class <!nocheck>,
 node-pixl-config <!nocheck>,
 node-pixl-logger <!nocheck>,
 node-pixl-tools <!nocheck>,
 node-uncatch <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-server
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-server.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-server

Package: node-pixl-server
Architecture: all
Depends:
 node-async,
 node-daemon,
 node-pixl-args,
 node-pixl-class,
 node-pixl-config,
 node-pixl-logger,
 node-pixl-tools,
 node-uncatch,
 ${misc:Depends},
Description: simple server daemon framework for Node.js
 This module is a generic server daemon framework, which supports a
 component plug-in system. It can be used as a basis to create custom
 daemons such as web app backends. It provides basic services such as
 configuration file loading, command-line argument parsing, logging, and
 more. Component plug-ins can be created by you, or you can use some
 pre-made ones.
 .
 Node.js is an event-based server-side JavaScript engine.
