Source: node-gulp-flatten
Section: javascript
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
 , node-plugin-error (>= 0.1.2)
 , node-through2 (>= 2.0.0)
 , mocha
 , node-should
 , node-vinyl
 , gulp
Standards-Version: 4.1.3
Homepage: https://github.com/armed/gulp-flatten
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-gulp-flatten.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-gulp-flatten.git

Package: node-gulp-flatten
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-plugin-error (>= 0.1.2)
 , node-through2 (>= 2.0.0)
Enhances: gulp
Description: remove or replace relative path for files
 By default gulp stores files with it's relative paths. Use case: To copy all
 minified javascript files from bower_components to build folder without
 relative paths when you have multiple modules in different sub directories.
 .
 Node.js is an event-based server-side JavaScript engine.
