thelounge/package.json
Jérémie Astori baadc3df35 0.53.0
2016-01-07 06:40:34 +00:00

53 lines
1.1 KiB
JSON

{
"name": "shout",
"description": "The self-hosted Web IRC client",
"version": "0.53.0",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {
"shout": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
},
"scripts": {
"start": "node index",
"build": "grunt",
"test": "HOME=test/fixtures mocha test/**/*.js && npm run lint",
"lint": "eslint index.js Gruntfile.js src/ test/ client/ defaults/"
},
"keywords": [
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"cheerio": "^0.17.0",
"commander": "^2.3.0",
"event-stream": "^3.1.7",
"express": "^4.9.5",
"lodash": "~2.4.1",
"mkdirp": "^0.5.0",
"moment": "~2.7.0",
"read": "^1.0.5",
"request": "^2.51.0",
"slate-irc": "~0.7.3",
"socket.io": "~1.0.6"
},
"devDependencies": {
"eslint": "^1.5.1",
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"handlebars": "^2.0.0",
"mocha": "~2.0.1"
}
}