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 30 31
|
Source: node-nodemailer
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: chai <!nocheck>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, node-commander <!nocheck>
, node-debug <!nocheck>
, node-iconv-lite <!nocheck>
, node-ms <!nocheck>
, node-punycode <!nocheck>
, node-safer-buffer <!nocheck>
, node-sinon <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-nodemailer
Vcs-Git: https://salsa.debian.org/js-team/node-nodemailer.git
Homepage: https://nodemailer.com/
Testsuite: autopkgtest-pkg-nodejs
Package: node-nodemailer
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Node.js library to send mails
Nodemailer is a module for Node.js applications to allow easy as cake email
sending. The project got started back in 2010 when there was no sane option
to send email messages, today it is the solution most Node.js users turn to
by default.
|