Shuo/package.json

33 lines
641 B
JSON
Raw Normal View History

2014-03-04 16:31:52 +00:00
{
2014-04-20 17:13:33 +00:00
"name": "shout",
"description": "The modern IRC client",
2014-04-24 18:11:45 +00:00
"version": "1.0.0-alpha1",
2014-03-24 13:44:41 +00:00
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
},
"dependencies": {
2014-03-24 15:47:29 +00:00
"lodash": "~2.4.1",
2014-04-29 13:01:30 +00:00
"slate-irc": "https://github.com/erming/slate-irc/tarball/master",
2014-03-24 15:47:29 +00:00
"moment": "~2.5.1",
"connect": "~2.14.3",
"socket.io": "~0.9.16"
2014-03-24 13:44:41 +00:00
},
"keywords": [
2014-04-20 17:13:33 +00:00
"browser",
2014-03-24 13:44:41 +00:00
"chat",
2014-04-22 18:26:05 +00:00
"client",
2014-03-24 13:44:41 +00:00
"irc",
"server",
2014-04-20 17:13:33 +00:00
"web"
2014-03-24 13:44:41 +00:00
],
"main": "./index.js",
"scripts": {
2014-04-26 17:44:16 +00:00
"start": "node index.js"
2014-03-24 13:44:41 +00:00
},
"repository": {
"type": "git",
2014-04-20 17:13:33 +00:00
"url": "https://github.com/erming/shout.git"
2014-03-24 13:44:41 +00:00
}
2014-03-04 16:31:52 +00:00
}