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", "description": "The self-hosted Web IRC client",
"version": "0.53.0", "version": "0.53.0",
"author": "Mattias Erming",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {
"shout": "index.js" "lounge": "index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/erming/shout.git" "url": "https://github.com/thelounge/lounge.git"
}, },
"scripts": { "scripts": {
"start": "node index", "start": "node index",