File: control

package info (click to toggle)
libjs-microplugin.js 0.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 92 kB
  • ctags: 14
  • sloc: makefile: 26
file content (19 lines) | stat: -rw-r--r-- 925 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
Source: libjs-microplugin.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sergio Durigan Junior <sergiodj@sergiodj.net>
Build-Depends: debhelper (>=9), yui-compressor, mocha
Standards-Version: 3.9.8
Homepage: https://github.com/brianreavis/microplugin.js
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-microplugin.js.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-microplugin.js.git

Package: libjs-microplugin.js
Architecture: all
Depends: ${misc:Depends}
Description: Lightweight plugin / dependency system for libraries
 MicroPlugin is a lightweight drop-in plugin architecture for your
 JavaScript library. Plugins can declare dependencies to other plugins
 and can be initialized with options (in a variety of formats). It is
 AMD-compatible and it works identically in Node.js and in a browser.