diff options
author | tv <tv@nomic.retiolum> | 2013-11-05 20:16:20 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-05 20:16:20 +0100 |
commit | af52a313b7c7601bb2ca6a29253fbba26e632e96 (patch) | |
tree | beb0c96382952b6bb55ac49a7deed3c279d1fe93 /webchat/package.json | |
parent | 01ddf924ae017b71470d1e83124f69a53566e62c (diff) | |
parent | 241f13cd2880c97b9d3503725a0720a017779ed6 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'webchat/package.json')
-rw-r--r-- | webchat/package.json | 14 |
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" +} |