-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 1010 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "triplie",
"version": "0.3.40",
"description": "An IRC conversation simulator (chatbot) utilising Markov chains, Hebbian networks and information theory.",
"main": "bin/main.js",
"bin": {
"triplie": "bin/main.js"
},
"directories": {
"doc": "doc"
},
"dependencies": {
"async": "~0.2.9",
"async-bfs": "~0.1.9",
"cheerio": "~0.10.8",
"ircee": "^0.2.8",
"js-yaml": "~2.1.0",
"lodash": "~1.3.1",
"natural": "~0.1.21",
"optimist": "~0.3.7",
"request": "~2.74.0",
"split": "~0.2.5",
"sql": "~0.2.4",
"sqlite3": "3.x",
"through": "~2.2.7",
"xregexp": "~2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "nodeunit tests"
},
"repository": {
"type": "git",
"url": "git://github.com/spion/triplie-ng.git"
},
"keywords": [
"irc",
"chatbot",
"bot",
"ai",
"markov",
"chains"
],
"author": "spion <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md"
}