File: control

package info (click to toggle)
node-json-localizer 0.0.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: javascript: 345; makefile: 4; sh: 2
file content (23 lines) | stat: -rw-r--r-- 915 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
Source: node-json-localizer
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@mail.dk>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs
Standards-Version: 3.9.7
Homepage: https://github.com/yohanboniface/json-localizer/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-json-localizer.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-json-localizer.git

Package: node-json-localizer
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: Utility to localize a json object
 Node-json-localizer can be used When you need humans to localize a json
 object from a config file. A typical use case is for a local config file,
 to extend an application config on the fly.
 .
 Node.js is an event-based server-side JavaScript engine.