thelounge/package.json
2014-08-13 05:29:53 -07:00

52 lines
1 KiB
JSON

{
"name": "shout",
"description": "A web IRC client",
"version": "0.9.1",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"keywords": [
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"main": "http://localhost:9000/",
"node-main": "./index.js",
"single-instance": false,
"window": {
"title": "Shout",
"icon": "client/img/favicon.png",
"toolbar": false,
"width": 1024,
"height": 640
},
"bin": {
"shout": "index.js"
},
"scripts": {
"start": "node index.js start"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
},
"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"
}
}