milter
Version:
bindings for writing postfix milter daemons
27 lines (26 loc) • 603 B
JSON
{
"name": "milter",
"description": "bindings for writing postfix milter daemons",
"version": "2.0.0",
"author" : "jon shusta",
"maintainers":[
{
"name":"jons",
"email":"jon@wroth.org"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/jons/node-milter.git"
},
"scripts":{
"test": "nodeunit test"
},
"main" : "./lib/milter",
"license" : "CC-BY-4.0",
"devDependencies": {
"nodeunit": "*"
},
"engines": ["node =7.7.4"],
"keywords": ["postfix", "milter"]
}