thelounge/package.json
2014-03-16 17:19:53 +01:00

30 lines
512 B
JSON

{
"name": "chat",
"description": "A web-based client/server IRC chat",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"dependencies": {
"backbone": "1.1.2",
"commander": "2.1.0",
"connect": "2.13.0",
"irc": "0.3.6",
"lodash": "2.4.1",
"moment": "2.5.1",
"socket.io": "0.9.16"
},
"keywords": [
"chat",
"irc",
"server",
"web",
"browser"
],
"main": "./app.js",
"repository": {
"type": "git",
"url": "https://github.com/erming/chat.git"
}
}