Source: node-pixl-config
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-pixl-args <!nocheck>,
 node-pixl-class <!nocheck>,
 node-pixl-tools <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-config
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-config.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-config

Package: node-pixl-config
Architecture: all
Multi-Arch: foreign
Depends:
 node-pixl-args,
 node-pixl-class,
 node-pixl-tools,
 ${misc:Depends},
Description: simple JSON config file loader for Node.js
 This module provides a simple interface to your application's JSON
 configuration file on disk. It will load and parse the file, and can
 automatically reload it when it changes (and emit an event when this
 happens). Command-line arguments are automatically merged in with your
 config (uses pixl-args), and treated as overrides.
 .
 Node.js is an event-based server-side JavaScript engine.
