UNPKG

echolist-csv2hpt

Version:

Copies Fidonet echomail area descriptions from a CSV echolist to an HPT areas file.

21 lines 618 B
{ "name": "echolist-csv2hpt", "main": "api.js", "bin": "./echolist-csv2hpt.js", "preferGlobal": true, "version": "1.0.1", "description": "Copies Fidonet echomail area descriptions from a CSV echolist to an HPT areas file.", "keywords": ["Fidonet", "echomail", "echolist", "HPT", "area", "areas", "echoes"], "author": { "name": "Mithgol the Webmaster" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Mithgol/echolist-csv2hpt.git" }, "dependencies": { "iconv-lite": "~0.4.13" }, "scripts": { "test": "jshint --verbose echolist-csv2hpt.js api.js" } }