forked from maddin77/GLaDOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "GLaDOS",
"version": "4.0.0",
"author": "Martin Rump <[email protected]>",
"description": "GLaDOS IRC-Bot",
"contributors": [
{
"name": "Martin Rump",
"email": "[email protected]"
}
],
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/maddin77/GLaDOS.git"
},
"bugs": {
"url": "https://github.com/maddin77/GLaDOS/issues"
},
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.17.0",
"cleverbot-node": "^0.1.8",
"cron": "^1.0.4",
"debug": "^1.0.4",
"easy-table": "^0.3.0",
"extend": "^1.3.0",
"google": "^0.3.4",
"html-entities": "^1.0.10",
"irc-colors": "^1.1.0",
"irc-message": "^2.0.1",
"irc-message-stream": "^1.1.0",
"irc-replies": "^2.0.0",
"lastfm": "^0.9.2",
"moment": "^2.8.1",
"morse": "^0.1.0",
"request": "^2.40.0",
"sandbox": "^0.8.6",
"underscore": "^1.6.0",
"whois-available": "^0.2.2",
"xml2js": "^0.4.4"
},
"scripts": {
"start": "NODE_ENV=production node index.js"
},
"license": "MIT",
"engines": {
"node": "0.10.20"
}
}