Source: npm2deb
Section: devel
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Leo Iannacone <l3on@ubuntu.com>
 , Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-python
 , python3-all
 , python3-dateutil
Standards-Version: 4.1.1
Homepage: https://github.com/LeoIannacone/npm2deb
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/npm2deb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/npm2deb.git
X-Python3-Version: >= 3.2

Package: npm2deb
Architecture: all
Depends: ${python3:Depends}
 , ${misc:Depends}
 , python3-dateutil
 , node-github-url-from-git (>= 1.4.0~)
 , npm
 , devscripts
Description: tool to help debianize Node.js modules
 This application eases packaging Node.js modules available via npm.
 .
 It is also able to list modules dependencies and check which ones are
 already available as Debian packages.
 .
 Node.js is an event-based server-side JavaScript engine.
