Source: node-oauth
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.hu>,
           David Paleino <dapal@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , node-vows
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-oauth
Vcs-Git: https://salsa.debian.org/js-team/node-oauth.git
Homepage: https://github.com/ciaranj/node-oauth
Rules-Requires-Root: no

Package: node-oauth
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: OAuth wrapper for Node.js
 node-oauth provides a simple OAuth API for Node.js.
 .
 This API allows users to authenticate against OAuth providers, and thus act
 as an OAuth consumer. It also has support for OAuth Echo, which is used for
 communicating with 3rd party media providers such as TwitPic and yFrog.
 .
 It also provides rudimentary OAuth2 support.
