Source: node-tunein
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tunein
Vcs-Git: https://salsa.debian.org/js-team/node-tunein.git
Homepage: https://github.com/jledun/node-tunein
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-tunein
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: node-node-tunein
Description: nodejs wrapper for tunein web radios
 This module provides ability for a client to :
    browse radiotime.com library
    search in radiotime.com library
 All returned URLs are parsed with url and querystring native modules
 of NodeJS.
 .
 Returned objects are list of categories and/or webradios, client needs
 to parse objects to know what to do with :(
 .
 Returned objects can have children (an array of library elements)
 .
 Node.js is an event-based server-side JavaScript engine.
