forked from andris9/rai
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "rai",
"description": "Request-Answer-Interface for generating text based command servers (SMTP, POP etc)",
"version": "0.1.11",
"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"]
}