{
"name": "fidonet-jam",
"main": "fidonet-jam.js",
"version": "4.0.6",
"description": "Fidonet JAM message base parser",
"keywords": ["Fidonet", "Fido", "JAM"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "https://github.com/Mithgol/node-fidonet-jam.git"
},
"dependencies": {
   "buffer-crc32": "~0.2.5",
   "extend": "~3.0.0",
   "iconv-lite": "~0.4.13",
   "moment": "~2.22.0"
},
"scripts": {
   "pretest": "jshint fidonet-jam.js test/",
   "test": "mocha --reporter spec --timeout 60s"
}
}