Source: node-lru-cache
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
Standards-Version: 3.9.4
Homepage: https://github.com/isaacs/node-lru-cache
Vcs-Git: git://anonscm.debian.org/collab-maint/node-lru-cache.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-lru-cache.git

Package: node-lru-cache
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: least-recently-used cache object for Node.js
 A cache object that deletes the least-recently-used items.
 This is the Node.js module.
 .
 Node.js is an event-based server-side javascript engine.

Package: libjs-lru-cache
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Javascript least-recently-used cache object
 A cache object that deletes the least-recently-used items.
 This is the libjs module.
