-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "b0t",
"version": "0.7.5",
"description": "irc node bot with trakt.tv, last.fm, urban dictionary, and more functionality",
"author": "<z0mbieparade.com>",
"scripts": {
"start": "node b0t.js",
"predeploy": "echo get jiggy wit it",
"postdeploy": "echo jiggy been jagged"
},
"main": "b0t.js",
"repository": {
"type": "git",
"url": "https://github.com/z0mbieparade/b0t"
},
"bugs": {
"url": "https://github.com/z0mbieparade/b0t/issues"
},
"keywords": [
"irc",
"bot",
"trakt",
"trakttv",
"trakt.tv",
"lastfm",
"last.fm",
"urban",
"dictionary",
"goodreads",
"books",
"weather",
"8ball",
"node",
"node.js"
],
"dependencies": {
"adage": "~1.0.2",
"chrono-node": "^2.3.0",
"clones": "~1.1.0",
"date-with-offset": "~1.0.1",
"deepmerge": "~1.3.2",
"didyoumean2": "~1.3.0",
"flat-file-db": "~1.0.0",
"hashish": "~0.0.4",
"hierarchical-clustering": "~1.1.0",
"html-entities": "1.4.0",
"htmlparser2": "~3.9.2",
"irc": "git+https://github.com/jrwren/node-irc.git",
"irc-colors": "~1.2.1",
"jsonfile": "~2.4.0",
"log4js": "~0.6.37",
"mv": "~2.1.1",
"node-json-db": "^0.7.5",
"prompt": "~1.0.0",
"request": "^2.88.2",
"strip-ansi": "~3.0.1",
"wtf_wikipedia": "^8.5.1",
"xml2js": "^0.4.23",
"xmldom": "^0.5.0",
"xpath": "0.0.32"
},
"preferGlobal": false,
"private": true,
"analyze": false,
"license": "MIT"
}