forked from lornajane/nerdie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 891 Bytes
/
package.json
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
{
"name": "nerdie",
"description": "A pluggable IRC bot for the rest of us. Inspired by Phergie (https://github.com/elazar/phergie).",
"version": "0.2.0",
"author": "Joel Perras <[email protected]>, Sean Coates <[email protected]>",
"contributors": [
{ "name": "Joel Perras", "email": "[email protected]" },
{ "name": "Sean Coates", "email": "[email protected]" }
],
"keywords": ["irc", "bot", "utility"],
"repository": {
"type": "git",
"url": "https://github.com/jperras/nerdie.git"
},
"engines": { "node": ">=0.4.5" },
"dependencies": {
"jerk": ">=1.1.15",
"node-tiny": ">=0.0.2",
"coloured": ">=0.2.0",
"log": ">=1.1.1",
"futures": ">=2.0.3",
"request": ">=1.9.5",
"supervisor": ">=0.1.3",
"sandbox": ">=0.8.1",
"codepad": ">=0.1.1",
"xml2js": ">=0.1.9"
},
"bin": { "nerdie": "./server.js" }
}