1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-growl
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, libnotify-bin <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-growl
Vcs-Git: https://salsa.debian.org/js-team/node-growl.git
Homepage: https://github.com/tj/node-growl
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-growl
Architecture: all
Depends: ${misc:Depends}
, libnotify-bin
Description: unobtrusive notification system for nodejs
Growl support for Nodejs. Essentially a port of the Ruby Growl Library from
the same author.
.
Growl is a cross platform notification system.
.
Applications can use Growl to display small notifications
about events which may be important to the user.
.
Node.js is an event-based server-side JavaScript engine.
|