Merge branch 'development' of https://github.com/CoryChaplin/KiwiIRC into text_themes
[KiwiIRC.git] / package.json
1 {
2 "name": "kiwiirc",
3 "version": "0.8.3-dev",
4 "description": "A hand-crafted webirc client",
5 "homepage": "https://www.kiwiirc.com/",
6 "preferGlobal": "true",
7 "bin": {
8 "kiwiirc": "./kiwi"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/prawnsalad/KiwiIRC.git"
13 },
14 "scripts": {
15 "postinstall": "node client/build.js"
16 },
17 "dependencies": {
18 "node-static": "0.7.3",
19 "uglify-js": "2.4.12",
20 "engine.io": "0.7.9",
21 "lodash": "2.4.1",
22 "daemonize2": "0.4.2",
23 "eventemitter2": "0.4.13",
24 "ipaddr.js": "0.1.2",
25 "socksjs": "0.4.4",
26 "iconv-lite": "0.2.11",
27 "spdy": "1.19.1",
28 "po2json": "0.2.3",
29 "winston": "~0.7.2"
30 }
31 }