File: control

package info (click to toggle)
node-grunt-contrib-nodeunit 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 176 kB
  • ctags: 35
  • sloc: makefile: 2; sh: 2
file content (29 lines) | stat: -rw-r--r-- 902 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
Source: node-grunt-contrib-nodeunit
Section: web
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
 , nodeunit (>= 0.9.0)
 , grunt
 , node-grunt-contrib-clean
 , node-grunt-contrib-internal
 , node-tap
Standards-Version: 3.9.8
Homepage: https://github.com/gruntjs/grunt-contrib-nodeunit#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-grunt-contrib-nodeunit.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-grunt-contrib-nodeunit.git

Package: node-grunt-contrib-nodeunit
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , nodeunit (>= 0.9.0)
Description: Run Nodeunit unit tests
 This is a plugin for grunt javascript task runner.
 .
 Node.js is an event-based server-side JavaScript engine.