thelounge/package.json

33 lines
608 B
JSON
Raw Normal View History

2014-03-04 17:31:52 +01:00
{
2014-03-24 14:44:41 +01:00
"name": "chat",
"description": "Web client/server IRC chat",
2014-04-16 02:27:35 +02:00
"version": "0.2.1",
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",
"slate-irc": "~0.4.0",
"moment": "~2.5.1",
"connect": "~2.14.3",
"socket.io": "~0.9.16"
2014-03-24 14:44:41 +01:00
},
"keywords": [
"chat",
"irc",
"server",
"web",
"browser"
],
"main": "./index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/chat.git"
}
2014-03-04 17:31:52 +01:00
}