engine.io as a dependancy
[KiwiIRC.git] / package.json
1 {
2 "name": "kiwiirc",
3 "version": "0.7.3-dev",
4 "description": "A hand-crafted webirc client",
5 "homepage": "https://www.kiwiirc.com/",
6 "preferGlobal": "true",
7 "bin": { "kiwiirc": "./kiwi" },
8 "repository" : {
9 "type": "git",
10 "url": "https://github.com/prawnsalad/KiwiIRC.git"
11 },
12 "scripts": {
13 "postinstall": "node client/assets/src/build.js"
14 },
15 "dependencies": {
16 "node-static": "0.7.0",
17 "uglify-js": "2.3.6",
18 "engine.io": "0.7.4",
19 "lodash": "1.3.1",
20 "daemonize2": "0.4.2",
21 "eventemitter2": "0.4.12",
22 "ipaddr.js": "0.1.1",
23 "socksjs": "0.4.1",
24 "iconv-lite" : "0.2.10",
25 "spdy": "1.10.0",
26 "po2json": "0.0.6"
27 }
28 }