summaryrefslogtreecommitdiffstats
path: root/webchat/package.json
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
committermakefu <root@pigstarter.de>2013-12-30 14:34:38 +0100
commit08aa5e406a1f7b39182e79ea4eb7fabf7d61eaa3 (patch)
tree2db1a54f336167cc3cc3d5f74c77d029fe7e7470 /webchat/package.json
parent133e49566c74f1d21c28536ed31d1514725ed49b (diff)
//Cancer -> //
because that is what painload is all about
Diffstat (limited to 'webchat/package.json')
-rw-r--r--webchat/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/webchat/package.json b/webchat/package.json
new file mode 100644
index 00000000..1a9ad47d
--- /dev/null
+++ b/webchat/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "krebs-webbot",
+ "version": "0.0.1",
+ "dependencies": {
+ "connect": "2.11.0",
+ "irc": "0.3.6",
+ "sockjs": "0.3.8",
+ "redis": "0.9.0"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "author": "lassulus",
+ "license": "WTFPL"
+}