Source: node-alertify.js Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, cssmin, libfile-slurp-perl, node-autoprefixer, node-postcss-cli, rsass, uglifyjs, Standards-Version: 4.7.4 Homepage: https://alertifyjs.org/ Vcs-Git: https://salsa.debian.org/js-team/node-alertify.js.git Vcs-Browser: https://salsa.debian.org/js-team/node-alertify.js Package: node-alertify.js Architecture: all Depends: ${misc:Depends}, Description: lightweight, unobtrusive customizable notification system Alertify.js is a small library which provides light-weight, high performance browser dialogs. Since it uses only 1 HTTP request and a payload of less than 3kB, it's a great option for adding basic style to alert, dialog, prompt and log messages even on low bandwidth connections. . Alertify is designed from the ground-up for great performance and a small footprint. That means it's not as feature-rich as some other options. That's on purpose. The plan is to not add a lot more features so it stays a great option for every kind of website and user. . It's also worth noting that the CSS is bundled by default, so there's no need to include any stylesheets to use the default theme. It's dyamically inserted before any other elements (like) stylesheets so it's super easy to override with your own styles. . An AngularJS module is also included; it's in the "ngAlertify.js" file. . Node.js is an event-based server-side JavaScript engine.