2014-03-04 08:31:52 -08:00
|
|
|
{
|
2014-04-20 19:13:33 +02:00
|
|
|
"name": "shout",
|
|
|
|
"description": "The modern IRC client",
|
2014-04-24 20:11:45 +02:00
|
|
|
"version": "1.0.0-alpha1",
|
2014-04-30 17:14:22 +02:00
|
|
|
"homepage": "http://github.com/erming/shout",
|
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",
|
2014-04-29 15:01:30 +02:00
|
|
|
"slate-irc": "https://github.com/erming/slate-irc/tarball/master",
|
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-22 20:26:05 +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-26 19:44:16 +02:00
|
|
|
"start": "node 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 08:31:52 -08:00
|
|
|
}
|