forked from pesos/optimus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "optimusbot",
"version": "0.1.2",
"description": "Optimus is a P.R.I.M.E. (Pseudo Robotic Irc Messaging Entity). He is being developed to monitor the logs and provide assistance in IRC channels",
"main": "index.js",
"dependencies": {
"caterpillar": "~2.0.7",
"caterpillar-filter": "~2.0.3",
"caterpillar-human": "~2.1.1",
"irc": "~0.3.6",
"cron": "~1.0.1",
"octonode": "~0.4.2"
},
"devDependencies": {
"mocha": "~1.16.2"
},
"scripts": {
"start": "node index.js",
"test": "./node_modules/mocha/bin/mocha tests -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/pesos/optimus.git"
},
"keywords": [
"IRC",
"irc",
"bot",
"ircbot",
"mvc",
"optimus",
"pesos"
],
"author": "PES OpenSource community <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pesos/optimus/issues"
},
"homepage": "https://github.com/pesos/optimus",
"directories": {
"test": "tests"
}
}