blob: cb264a8c89a5fcb429d03e17874fb1e8cfb9305d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "krebs-webbot",
"version": "0.0.1",
"dependencies": {
"connect": "2.11.0",
"irc": "0.3.6",
"sockjs": "0.3.8"
},
"scripts": {
"test": "tap test/*.js"
},
"author": "lassulus",
"license": "WTFPL"
}
|