Source: node-reinterval
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-chai-as-promised <!nocheck>
 , node-es6-shim <!nocheck>
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-reinterval
Vcs-Git: https://salsa.debian.org/js-team/node-reinterval.git
Homepage: https://github.com/4rzael/reInterval
Testsuite: autopkgtest-pkg-nodejs

Package: node-reinterval
Architecture: all
Depends: nodejs:any
 , ${misc:Depends}
Multi-Arch: foreign
Description: reschedulable setInterval for node.js
 This library provides a way to reschedule a callback with assigned interval.
 .
 Node.js is an event-based server-side JavaScript engine.
