rai
Version:
Request-Answer-Interface for generating text based command servers (SMTP, POP etc)
32 lines (31 loc) • 759 B
JSON
{
"name": "rai",
"description": "Request-Answer-Interface for generating text based command servers (SMTP, POP etc)",
"version": "0.1.12",
"author" : "Andris Reinman",
"maintainers":[
{
"name":"andris",
"email":"andris@node.ee"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/rai.git"
},
"scripts":{
"test": "nodeunit test"
},
"main" : "./lib/rai",
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/andris9/rai/blob/master/LICENSE"
}
],
"devDependencies": {
"nodeunit": "*"
},
"engines": ["node >=0.4.0"],
"keywords": ["servers", "text-based"]
}