Source: node-ws
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>, Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 10~),
 dh-buildinfo,
 help2man (>= 1.47.1),
 mocha,
 nodejs (>= 4.0),
 libnode-dev,
 node-commander,
 node-expect.js,
 node-nan (>= 2.0.5),
 node-gyp (>= 3.8.0-2),
 node-should,
 node-tinycolor
Standards-Version: 4.3.0
Homepage: https://github.com/websockets/ws
Vcs-Browser: https://salsa.debian.org/js-team/node-ws
Vcs-Git: https://salsa.debian.org/js-team/node-ws.git

Package: node-ws
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 nodejs,
 node-commander,
 node-tinycolor
Description: RFC-6455 WebSocket implementation module for Node.js
 ws is a simple to use websocket implementation, up-to-date against RFC-6455,
 and probably the fastest WebSocket library for Node.js.
 .
 Passes the quite extensive Autobahn test suite. See
 http://einaros.github.com/ws for the full reports.
 .
 It also provides wscat, a command-line tool which can either act
 as a server or a client, and is useful for debugging websocket services.
 .
 Node.js is an event-based server-side javascript engine.

