Source: node-grunt-cli
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>,
           Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper (>= 11~),
               nodejs,
               node-findup-sync (>= 0.3.0),
               node-grunt-known-options,
               node-nopt (>= 3.0.6),
               node-resolve (>= 1.1.0),
               pkg-js-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-cli
Vcs-Git: https://salsa.debian.org/js-team/node-grunt-cli.git
Homepage: https://github.com/gruntjs/grunt-cli

Package: node-grunt-cli
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-findup-sync (>= 0.3.0),
         node-grunt-known-options,
         node-nopt (>= 3.0.6),
         node-resolve (>= 1.1.0)
Recommends: grunt
Description: command-line interface to Grunt JavaScript task runner
 Grunt is a task runner to performing repetitive tasks like
 minification, compilation, unit testing, linting, etc, on JavaScript
 applications.
 .
 This module is a script to load and run Grunt itself.
