File: control

package info (click to toggle)
node-gulp-coffee 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: javascript: 280; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download | duplicates (2)
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
39
40
41
Source: node-gulp-coffee
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: coffeescript
 , debhelper-compat (= 13)
 , mocha
 , node-gulp-sourcemaps
 , node-merge
 , node-plugin-error
 , node-replace-ext
 , node-should
 , node-through2
 , node-vinyl
 , node-vinyl-sourcemaps-apply
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-coffee
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-coffee.git
Homepage: https://github.com/gulp-community/gulp-coffee
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-gulp-coffee
Architecture: all
Depends: ${misc:Depends}
 , coffeescript
 , node-merge
 , node-plugin-error
 , node-replace-ext
 , node-through2
 , node-vinyl-sourcemaps-apply
 , nodejs
Description: Compile CoffeeScript files
 This plugin for gulp build tool supports compiling CoffeeScript files.
 .
 Gulp is a streaming build system to automate painful or time-consuming tasks.
 This library is a build dependency for at.js.
 .
 Node.js is an event-based server-side JavaScript engine.