{
"name": "fidomail2ipfs",
"main": "fidomail2ipfs.js",
"version": "0.3.30",
"description": "Renders echomail messages from Fidonet in IPFS (the Distributed Web).",
"keywords": ["Fidonet", "FTN", "echomail", "IPFS"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "https://github.com/Mithgol/fidomail2ipfs.git"
},
"dependencies": {
   "async": "~2.6.0",
   "cheerio": "~0.22.0",
   "efgh": "~0.4.0",
   "extend": "~3.0.0",
   "fidohtml": "~2.3.0",
   "ipfs-api": "~20.0.0",
   "lodash.escape": "~4.0.1",
   "lodash.unescape": "~4.0.1",
   "resolve-pkg": "~1.0.0",
   "truncate-escaped-html": "~1.0.0",
   "twemoji": "~2.5.0"
},
"scripts": {
   "test": "jshint --verbose fidomail2ipfs.js"
}
}