48 lines
964 B
JSON
48 lines
964 B
JSON
{
|
|
"name": "shout",
|
|
"description": "A web IRC client",
|
|
"version": "0.8.8",
|
|
"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
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/erming/shout.git"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|