-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name" : "splunkbot",
"version" : "0.1.0",
"description" : "An IRC Bot which logs traffic from configured channels to Splunk and provides a web interface for easily searching and extracting data from IRC",
"homepage": "http://github.com/coccyx/Splunkbot",
"main" : "index.js",
"directories" : {
"example" : "examples",
"lib" : "lib",
"test" : "tests"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/coccyx/Splunkbot.git"
},
"keywords" : [
"splunk",
"irc"
],
"dependencies" : {
"splunk-sdk" : ">= 0.5.0",
"config" : ">= 0.4.10",
"irc": ">= 0.3.3",
"request": "2.2.x",
"loggly": ">= 0.3.11",
"express": ">= 2.5.8",
"less": ">= 0.0.1",
"jade": ">= 0.0.1"
},
"author" : {
"name" : "Clint Sharp",
"email" : "clint@typhoon.org",
"url" : "http://clintsharp.com/"
},
"license" : "Apache 2.0",
"engine" : { "node" : ">=0.4.9" }
}