Source: node-vinyl-sourcemaps-apply
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: http://github.com/floridoo/vinyl-sourcemaps-apply
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-vinyl-sourcemaps-apply.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-vinyl-sourcemaps-apply.git

Package: node-vinyl-sourcemaps-apply
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-source-map (>= 0.5.1)
Description: Apply a source map to a vinyl file
 Apply a source map to a vinyl file, merging it with preexisting source maps.
 .
 Source maps provide a language-agnostic way to compile back production
 code to the original source code.
 .
 This library is a build dependency of gulp-coffee, coffee script integration
 for gulp.
 .
 Node.js is an event-based server-side JavaScript engine.
