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

Package: node-pixl-server-api
Architecture: all
Multi-Arch: foreign
Depends:
 node-pixl-class,
 node-pixl-server,
 node-pixl-tools,
 ${misc:Depends},
Description: JSON REST API component for Node.js pixl-server
 This module is a component for use in pixl-server. It implements a simple
 JSON REST API framework, and is built atop the pixl-server-web component.
 You can use this to define your own API methods or API classes, which are
 invoked based on a URL pattern such as /api/NAME or /api/CLASS/NAME. The
 base URI is configurable.
 .
 Node.js is an event-based server-side JavaScript engine.
