Source: node-jsdom
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 8~)
Standards-Version: 3.9.5
Homepage: https://github.com/tmpvar/jsdom
Vcs-Git: git://anonscm.debian.org/collab-maint/node-jsdom.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-jsdom.git

Package: node-jsdom
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-htmlparser
 , node-cssom
 , node-request
 , node-contextify (>= 0.1)
Description: javascript implementation of the W3C DOM
 node-jsdom is a CommonJS implementation of the DOM, intended to be platform
 independent and as minimal/light as possible, while completely adhering to
 the w3c DOM specifications.
