Source: node-fresh
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8.0.0)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.4
Homepage: https://github.com/visionmedia/node-fresh
Vcs-Git: git://anonscm.debian.org/collab-maint/node-fresh.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-fresh.git

Package: node-fresh
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Check client cache staleness using HTTP headers - Node.js module
 This module checks HTTP If-Modified-Since, If-None-Match, Cache-Control
 request headers, as well as Last-Modified, Etag response headers to
 determine if the client requesting the resource has a stale or fresh cache.
 .
 Node.js is an event-based server-side javascript engine.

