File: control

package info (click to toggle)
node-grunt-contrib-coffee 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: makefile: 7
file content (36 lines) | stat: -rw-r--r-- 1,077 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
Source: node-grunt-contrib-coffee
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , coffeescript (>= 1.10.0~)
 , node-uri-path
 , node-chalk
 , node-lodash (>= 4.3.0)
 , grunt
 , node-grunt-contrib-clean
 , node-grunt-contrib-internal
 , node-grunt-contrib-nodeunit
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-contrib-coffee
Vcs-Git: https://salsa.debian.org/js-team/node-grunt-contrib-coffee.git
Homepage: https://github.com/gruntjs/grunt-contrib-coffee

Package: node-grunt-contrib-coffee
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , coffeescript (>= 1.10.0~)
 , node-uri-path
 , node-chalk
 , node-lodash (>= 4.3.0)
Description: Compile CoffeeScript files to JavaScript
 This is a plugin for grunt javascript task runner.
 .
 Node.js is an event-based server-side JavaScript engine.