40 lines
741 B
JSON
40 lines
741 B
JSON
{
|
|
"name": "shout",
|
|
"description": "A web IRC client",
|
|
"version": "0.9.9",
|
|
"author": "Mattias Erming",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"shout": "index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/erming/shout.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node index 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",
|
|
"read": "^1.0.5",
|
|
"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"
|
|
}
|
|
}
|