Remove % formatting in sent messages. Leave that to plugins.
[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": {
94b00b2d 18 "daemonize2": "0.4.2",
feafc63f 19 "engine.io": "^1.4.0",
55d0f0b1 20 "es6-promise": "^1.0.0",
6cb800ea 21 "eventemitter2": "0.4.14",
94e65e4f 22 "iconv-lite": "0.4.4",
feafc63f 23 "ipaddr.js": "0.1.3",
55d0f0b1 24 "lodash": "2.4.1",
88a9b153 25 "negotiator": "0.4.3",
feafc63f
D
26 "node-static": "0.7.4",
27 "po2json": "0.3.0",
94b00b2d 28 "socksjs": "0.4.4",
94b00b2d 29 "spdy": "1.19.1",
55d0f0b1 30 "uglify-js": "2.4.12",
94b00b2d 31 "winston": "~0.7.2"
f7a21a21 32 },
33 "engines": {
34 "node": ">=0.10"
94b00b2d
JA
35 }
36}