Update package.json to reflect new project naming

This commit is contained in:
Jérémie Astori 2016-02-10 04:55:10 +00:00
parent 447e8c7ad5
commit 1b327bb996

View file

@ -1,15 +1,14 @@
{
"name": "shout",
"name": "thelounge",
"description": "The self-hosted Web IRC client",
"version": "0.53.0",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {
"shout": "index.js"
"lounge": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
"url": "https://github.com/thelounge/lounge.git"
},
"scripts": {
"start": "node index",