Source: node-when
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 10), nodejs (>=6)
Standards-Version: 4.1.0
Homepage: http://cujojs.com
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-when.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-when.git

Package: node-when
Architecture: all
Depends: ${misc:Depends}, nodejs (>= 6)
Description: Async tools and when() implementation for Node.js
 A lightweight Promises/A+ and when() implementation, plus other
 async tools.
 .
 A when() function is responsible of triggering actions depending on the
 result of executing asynchronous actions, with submethods to check for
 any or all results, and handling exceptions.
 .
 Promises/A+ is a programming interface for asynchronous operations.
 .
 Node.js is an event-based server-side JavaScript engine.
