CLI theme 100% width nick list when narrow
[KiwiIRC.git] / package.json
CommitLineData
94b00b2d
JA
1{
2 "name": "kiwiirc",
15907b92 3 "version": "0.9.0-dev",
94b00b2d
JA
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",
6ab4b1ba 20 "engine.io": "1.2",
94b00b2d
JA
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",
88a9b153 29 "negotiator": "0.4.3",
94b00b2d 30 "winston": "~0.7.2"
f7a21a21 31 },
32 "engines": {
33 "node": ">=0.10"
94b00b2d
JA
34 }
35}