File: control

package info (click to toggle)
node-grunt-cli 1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: sh: 35; makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download
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
35
36
37
38
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-compat (= 12),
               node-grunt-known-options,
               node-interpret,
               node-liftoff,
               node-nopt,
               node-resolve,
               node-v8flags,
               pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.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
Rules-Requires-Root: no

Package: node-grunt-cli
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-grunt-known-options,
         node-interpret,
         node-liftoff,
         node-nopt,
         node-resolve,
         node-v8flags
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.