123456789101112131415161718192021222324252627282930313233 |
- Source: node-gulp-help
- Section: javascript
- Priority: optional
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
- Uploaders: Jeff Cliff <jeffrey.cliff@gmail.com>
- Build-Depends:
- debhelper (>= 9)
- , gulp
- , dh-buildinfo
- , nodejs (>= 0.10)
- , node-chalk (>= 1.0.0)
- , node-object-assign (>= 3.0.0)
- , libjs-mocha (>= 2.2.5)
- , node-should (>= 6.0.3)
- , node-sinon (>= 1.14.1)
- Standards-Version: 3.9.8
- Homepage: https://notabug.org/makenotabuggreatagain/gulp-help
- Package: node-gulp-help
- Architecture: all
- Depends:
- ${misc:Depends}
- , gulp
- , nodejs (>= 0.10)
- , node-chalk (>= 1.0.0)
- , node-object-assign (>= 3.0.0)
- , libjs-mocha (>= 2.2.5)
- , node-should (>= 6.0.3)
- , node-sinon (>= 1.14.1)
- Description: Check for duplicates in the stream and filter them or throw
- an error. Also adds a default help task to gulp and provides the ability
- to add custom help messages to your gulp tasks
|