52 lines
998 B
JSON
52 lines
998 B
JSON
{
|
|
"name": "shout",
|
|
"description": "A web IRC client",
|
|
"version": "0.33.0",
|
|
"author": "Mattias Erming",
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"shout": "index.js"
|
|
},
|
|
"main": "http://localhost:9000/",
|
|
"node-main": "./index.js",
|
|
"window": {
|
|
"title": "Shout",
|
|
"toolbar": false,
|
|
"height": 640,
|
|
"width": 1024
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/erming/shout.git"
|
|
},
|
|
"scripts": {
|
|
"start": "node index"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"web",
|
|
"chat",
|
|
"client",
|
|
"irc",
|
|
"server"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bcrypt": "^0.8.0",
|
|
"commander": "^2.3.0",
|
|
"connect": "~2.19.6",
|
|
"lodash": "~2.4.1",
|
|
"mkdirp": "^0.5.0",
|
|
"moment": "~2.7.0",
|
|
"read": "^1.0.5",
|
|
"slate-irc": "~0.7.0",
|
|
"socket.io": "~1.0.6",
|
|
"superagent": "^0.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-uglify": "~0.5.0",
|
|
"grunt-contrib-watch": "^0.6.1"
|
|
}
|
|
}
|