UNPKG

twi2fido

Version:

Aggregates microblog entries from Twitter and prepares them for being posted to Fidonet.

31 lines 830 B
{ "name": "twi2fido", "bin": "./twi2fido.js", "preferGlobal": true, "main": "t2f-core.js", "version": "2.10.9", "description": "Aggregates microblog entries from Twitter and prepares them for being posted to Fidonet.", "keywords": ["Fidonet", "Fido", "Twitter"], "author": { "name": "Mithgol the Webmaster" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Mithgol/node-twi2fido.git" }, "dependencies": { "async": "~2.6.0", "ciel": "~0.3.0", "escape-string-regexp": "~1.0.3", "fiunis": "~3.0.0", "iconv-lite": "~0.4.13", "isgd": "~1.1.3", "lodash.unescape": "~4.0.1", "moment": "~2.22.0", "simteconf": "~1.0.0", "twitter": "~1.7.0", "xregexp": "~4.1.1" }, "scripts": { "test": "jshint --verbose twi2fido.js t2f-core.js" } }