File: control

package info (click to toggle)
node-xoauth2 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 32
  • sloc: makefile: 2; sh: 2
file content (24 lines) | stat: -rw-r--r-- 774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: node-xoauth2
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.7
Homepage: https://github.com/andris9/xoauth2#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-xoauth2.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-xoauth2.git

Package: node-xoauth2
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: XOAuth2 token generation for accessing GMail SMTP and IMAP
 xoauth2 generates XOAUTH2 login tokens from provided Client and 
 User credentials.
 .
 Node.js is an event-based server-side JavaScript engine.