Source: node-hawk
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-hapi-sntp (>= 3.0.0)
 , node-hapi-hoek (>= 8.0.0)
 , node-hapi-boom (>= 7.0.0)
 , node-hapi-cryptiles (>= 4.0.0)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-hawk
Vcs-Git: https://salsa.debian.org/js-team/node-hawk.git
Homepage: https://github.com/hueniverse/hawk#readme
Rules-Requires-Root: no

Package: node-hawk
Architecture: all
Depends:
 ${misc:Depends}
 , node-hapi-sntp (>= 3.0.0)
 , node-hapi-hoek (>= 8.0.0)
 , node-hapi-boom (>= 7.0.0)
 , node-hapi-cryptiles (>= 4.0.0)
Provides: node-hapi-hawk (=${source:Version})
Description: HTTP Hawk Authentication Scheme
 Hawk is an HTTP authentication scheme using a message authentication code
 (MAC) algorithm to provide partial HTTP request cryptographic verification.
 For more complex use cases such as access delegation, see Oz.
 .
 Node.js is an event-based server-side JavaScript engine.