Source: node-pinkyswear
Section: javascript
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Philip Rinn <rinni@inventati.org>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs
 , node-uglify
Standards-Version: 4.1.3
Homepage: https://github.com/timjansen/PinkySwear.js
Vcs-Git: https://salsa.debian.org/rinni-guest/node-pinkyswear.git
Vcs-Browser: https://salsa.debian.org/rinni-guest/node-pinkyswear

Package: node-pinkyswear
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: very small implementation of the Promises/A+ specification
 This Node.js package is a minimalist Promises/A+ implementation for embedding.
 You can use it as a lightweight dependency for your library if you need to
 return a promise. It is not intended as a stand-alone library for more complex
 applications, and therefore does not support assimilation of other promises.
 .
 Node.js is an event-based server-side JavaScript engine.
