Building client source on npm install
[KiwiIRC.git] / package.json
1 {
2 "name": "KiwiIRC",
3 "version": "0.5.0",
4 "scripts": {
5 "postinstall": "node client/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 "underscore": "1.3.3"
12 }
13 }