{
"name": "efgh",
"main": "efgh.js",
"version": "0.4.0",
"description": "Echomail in Fidonet: generator of headers.",
"keywords": ["Fidonet", "FTN", "echomail", "header", "headers"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "https://github.com/Mithgol/efgh.git"
},
"dependencies": {
   "extend": "~3.0.0",
   "lodash.escape": "~4.0.0",
   "underscore.string": "~3.3.4"
},
"scripts": {
   "pretest": "jshint --verbose efgh.js test/",
   "test": "mocha --reporter spec"
}
}