thelounge/package.json
2014-08-13 14:35:30 -07:00

40 lines
770 B
JSON

{
"name": "shout",
"description": "A web IRC client",
"version": "0.9.2",
"homepage": "http://github.com/erming/shout",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {
"shout": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
},
"scripts": {
"start": "node index.js start"
},
"keywords": [
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"dependencies": {
"commander": "^2.3.0",
"connect": "~2.19.6",
"lodash": "~2.4.1",
"moment": "~2.7.0",
"slate-irc": "~0.6.0",
"socket.io": "~1.0.6"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1"
}
}