summaryrefslogtreecommitdiffstats
path: root/webchat/package.json
diff options
context:
space:
mode:
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"
+}