2014-03-04 08:31:52 -08:00
|
|
|
{
|
2014-04-20 19:13:33 +02:00
|
|
|
"name": "shout",
|
2014-12-23 04:24:56 -08:00
|
|
|
"description": "Web IRC client",
|
2015-01-22 09:49:51 -08:00
|
|
|
"version": "0.50.0",
|
2014-08-13 14:35:20 -07:00
|
|
|
"author": "Mattias Erming",
|
|
|
|
"preferGlobal": true,
|
|
|
|
"bin": {
|
|
|
|
"shout": "index.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erming/shout.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2014-11-17 22:14:28 +02:00
|
|
|
"start": "node index",
|
|
|
|
"test": "NODE_ENV=test mocha test/**/*.js"
|
2014-03-24 14:44:41 +01:00
|
|
|
},
|
|
|
|
"keywords": [
|
2014-04-20 19:13:33 +02:00
|
|
|
"browser",
|
2014-06-26 09:14:45 -07:00
|
|
|
"web",
|
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",
|
2014-06-26 09:14:45 -07:00
|
|
|
"server"
|
2014-03-24 14:44:41 +01:00
|
|
|
],
|
2014-08-25 16:13:47 -07:00
|
|
|
"license": "MIT",
|
2014-06-17 15:38:08 +02:00
|
|
|
"dependencies": {
|
2014-10-03 02:57:35 -07:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2014-09-27 12:17:05 -07:00
|
|
|
"cheerio": "^0.17.0",
|
2014-08-05 01:32:25 -07:00
|
|
|
"commander": "^2.3.0",
|
2014-12-22 07:26:55 +08:00
|
|
|
"event-stream": "^3.1.7",
|
2014-09-26 15:12:53 -07:00
|
|
|
"express": "^4.9.5",
|
2014-06-26 09:14:45 -07:00
|
|
|
"lodash": "~2.4.1",
|
2014-08-16 14:19:15 -07:00
|
|
|
"mkdirp": "^0.5.0",
|
2014-06-26 09:14:45 -07:00
|
|
|
"moment": "~2.7.0",
|
2014-08-13 18:51:54 -07:00
|
|
|
"read": "^1.0.5",
|
2014-12-23 08:53:57 +08:00
|
|
|
"request": "^2.51.0",
|
2014-10-10 19:48:12 +02:00
|
|
|
"slate-irc": "~0.7.3",
|
2014-12-22 07:26:55 +08:00
|
|
|
"socket.io": "~1.0.6"
|
2014-06-17 15:38:08 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-06-26 09:14:45 -07:00
|
|
|
"grunt": "~0.4.5",
|
2014-07-09 03:38:38 +02:00
|
|
|
"grunt-contrib-uglify": "~0.5.0",
|
2014-10-08 21:15:57 +02:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-11-17 22:14:28 +02:00
|
|
|
"handlebars": "^2.0.0",
|
|
|
|
"mocha": "~2.0.1"
|
2014-03-24 14:44:41 +01:00
|
|
|
}
|
2014-03-04 08:31:52 -08:00
|
|
|
}
|