Replaced 'underscore' with 'lodash'.
[KiwiIRC.git] / package.json
1 {
2 "name": "KiwiIRC",
3 "version": "0.5.2",
4 "scripts": {
5 "postinstall": "node client/assets/dev/build.js"
6 },
7 "dependencies": {
8 "node-static": "0.5.9",
9 "uglify-js": "1.2.3",
10 "socket.io": "0.8.7",
11 "lodash": "0.9.1",
12 "daemonize2": "0.4.0-rc.5"
13 }
14 }