33 lines
608 B
JSON
33 lines
608 B
JSON
{
|
|
"name": "chat",
|
|
"description": "Web client/server IRC chat",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Mattias Erming",
|
|
"email": "mattias@mattiaserming.com"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"chat",
|
|
"irc",
|
|
"server",
|
|
"web",
|
|
"browser"
|
|
],
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/erming/chat.git"
|
|
}
|
|
}
|