summaryrefslogtreecommitdiffstats
path: root/webchat/package.json
blob: 894ac7e882d66bd6a091919a4cc07d42709824a4 (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"
}