Naming IrcConnection event handlers in State
[KiwiIRC.git] / package.json
CommitLineData
93063581 1{\r
7b5406ae 2 "name": "kiwiirc",\r
fcf230a9 3 "version": "0.7.3-dev",\r
19c2e351
D
4 "description": "A hand-crafted webirc client",\r
5 "homepage": "https://www.kiwiirc.com/",\r
7b5406ae
D
6 "preferGlobal": "true",\r
7 "bin": { "kiwiirc": "./kiwi" },\r
8 "repository" : {\r
9 "type": "git",\r
10 "url": "https://github.com/prawnsalad/KiwiIRC.git"\r
11 },\r
c6243779 12 "scripts": {\r
19c2e351 13 "postinstall": "node client/assets/src/build.js"\r
c6243779 14 },\r
93063581 15 "dependencies": {\r
93063581 16 "node-static": "0.5.9",\r
3ef153aa 17 "uglify-js": "2.3.6",\r
fa210216 18 "socket.io": "0.9.16",\r
e1ee508f 19 "range_check": "0.0.1",\r
f9ff7686 20 "lodash": "0.9.1",\r
89067806 21 "daemonize2": "0.4.0-rc.5",\r
ae7a0d69 22 "eventemitter2": "0.4.11",\r
3b259b15 23 "ipaddr.js": "0.1.1",\r
b156e01a 24 "socksjs": "0.4.1",\r
8f2efe03 25 "iconv-lite" : "0.2.10",\r
e70e1023 26 "spdy": "1.9.1",\r
0fa2ca42 27 "po2json": "0.0.6"\r
57c22370 28 }\r
c6243779 29}\r