Source: node-sockjs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 coffeescript,
 debhelper-compat (= 13),
 dh-sequence-nodejs,
 node-faye-websocket <!nocheck>,
 node-uuid <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/sockjs/sockjs-node
Vcs-Git: https://salsa.debian.org/js-team/node-sockjs.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sockjs
Rules-Requires-Root: no

Package: node-sockjs
Architecture: all
Depends:
 node-faye-websocket (>= 0.11.3),
 node-uuid (>= 8.3.2),
 node-websocket-driver (>= 0.7.4),
 ${misc:Depends},
Description: WebSocket-like API
 SockJS-node is a server counterpart of SockJS-client a JavaScript library that
 provides a WebSocket-like object in the browser. SockJS gives a coherent,
 cross-browser, Javascript API which creates a low latency, full duplex,
 cross-domain communication.
