thelounge/package.json

34 lines
616 B
JSON
Raw Normal View History

2014-03-04 17:31:52 +01:00
{
2014-04-20 19:13:33 +02:00
"name": "shout",
"description": "The modern IRC client",
2014-04-21 23:59:31 +02:00
"version": "0.2.3",
2014-03-24 14:44:41 +01:00
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"dependencies": {
2014-03-24 16:47:29 +01:00
"lodash": "~2.4.1",
"backbone": "~1.1.2",
2014-04-20 19:13:33 +02:00
"slate-irc": "~0.5.0",
2014-03-24 16:47:29 +01:00
"moment": "~2.5.1",
"connect": "~2.14.3",
"socket.io": "~0.9.16"
2014-03-24 14:44:41 +01:00
},
"keywords": [
2014-04-20 19:13:33 +02:00
"browser",
2014-03-24 14:44:41 +01:00
"chat",
2014-04-20 19:13:33 +02:00
"client",
2014-03-24 14:44:41 +01:00
"irc",
"server",
2014-04-20 19:13:33 +02:00
"web"
2014-03-24 14:44:41 +01:00
],
"main": "./index.js",
"scripts": {
2014-04-20 19:13:33 +02:00
"start": "nodejs index.js"
2014-03-24 14:44:41 +01:00
},
"repository": {
"type": "git",
2014-04-20 19:13:33 +02:00
"url": "https://github.com/erming/shout.git"
2014-03-24 14:44:41 +01:00
}
2014-03-04 17:31:52 +01:00
}