thelounge/package.json

15 lines
276 B
JSON
Raw Normal View History

2014-03-04 17:31:52 +01:00
{
2014-03-04 18:22:06 +01:00
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"description": "A web-based client/server IRC chat",
2014-03-04 17:31:52 +01:00
"dependencies": {
2014-03-04 18:22:06 +01:00
"commander": "2.1.0",
2014-03-04 17:31:52 +01:00
"connect": "2.13.0",
2014-03-06 19:02:43 +01:00
"irc": "0.3.6",
2014-03-06 16:11:25 +01:00
"lodash": "2.4.1",
2014-03-04 18:22:06 +01:00
"socket.io": "0.9.16"
2014-03-04 17:31:52 +01:00
}
}