Source: node-ini
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 11~)
 , node-tap <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/isaacs/ini
Vcs-Git: https://salsa.debian.org/js-team/node-ini.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ini

Package: node-ini
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: ini format parser and serializer for Node.js
 Read, manipulate and write ini files.
 Sections are treated as nested objects.
 Items before the first heading are saved on the object directly.
 .
 Node.js is an event-based server-side javascript engine.
