channel:join + channel:leave plugin events
[KiwiIRC.git] / package.json
index a8b038195aaa8ccc28e25e07898c4a6d4f0eed32..14c21c9aaf2520b822b0de97b772568f3a6a153f 100644 (file)
@@ -7,24 +7,22 @@
   "bin": {
     "kiwiirc": "./kiwi"
   },
+  "man": "./man/kiwiirc.1",
   "repository": {
     "type": "git",
     "url": "https://github.com/prawnsalad/KiwiIRC.git"
   },
-  "scripts": {
-    "postinstall": "node client/build.js"
-  },
   "dependencies": {
     "daemonize2": "0.4.2",
-    "engine.io": "1.2",
+    "engine.io": "^1.4.0",
     "es6-promise": "^1.0.0",
-    "eventemitter2": "0.4.13",
-    "iconv-lite": "0.2.11",
-    "ipaddr.js": "0.1.2",
+    "eventemitter2": "0.4.14",
+    "iconv-lite": "0.4.4",
+    "ipaddr.js": "0.1.3",
     "lodash": "2.4.1",
     "negotiator": "0.4.3",
-    "node-static": "0.7.3",
-    "po2json": "0.2.3",
+    "node-static": "0.7.4",
+    "po2json": "0.3.0",
     "socksjs": "0.4.4",
     "spdy": "1.19.1",
     "uglify-js": "2.4.12",