1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
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-compat (= 13)
# , gulp
, mocha
, node-plugin-error
, node-should
, node-through2
, node-vinyl
, dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-flatten
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-flatten.git
Homepage: https://github.com/armed/gulp-flatten
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-gulp-flatten
Architecture: all
Depends: ${misc:Depends}
, node-plugin-error
, node-through2
, nodejs
Recommends: gulp
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.
|