summaryrefslogtreecommitdiffstats
path: root/webchat/package.json
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2013-11-05 19:50:49 +0100
committerlassulus <lassulus@googlemail.com>2013-11-05 19:50:49 +0100
commitff67c4b7215358cf785c058201328ff6a0f5fc2b (patch)
treed04369c2884c9da79e339d5cb49dc9f508c7af14 /webchat/package.json
parent1d69388a39964c67a2e17483084565279e1fb550 (diff)
webchat: now in git
Diffstat (limited to 'webchat/package.json')
-rw-r--r--webchat/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/webchat/package.json b/webchat/package.json
new file mode 100644
index 00000000..894ac7e8
--- /dev/null
+++ b/webchat/package.json
@@ -0,0 +1,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"
+}