thelounge/package.json
2014-04-22 20:26:05 +02:00

34 lines
618 B
JSON

{
"name": "shout",
"description": "The modern IRC client",
"version": "0.2.3",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"dependencies": {
"lodash": "~2.4.1",
"backbone": "~1.1.2",
"slate-irc": "~0.5.0",
"moment": "~2.5.1",
"connect": "~2.14.3",
"socket.io": "~0.9.16"
},
"keywords": [
"browser",
"chat",
"client",
"irc",
"server",
"web"
],
"main": "./index.js",
"scripts": {
"start": "nodejs index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
}
}