thelounge/package.json
2014-06-26 09:14:45 -07:00

40 lines
801 B
JSON

{
"name": "shout",
"description": "The modern IRC client",
"version": "0.7.0",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"keywords": [
"browser",
"web",
"chat",
"client",
"irc",
"server"
],
"main": "./index.js",
"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-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-uglify": "~0.5.0"
}
}