Update package.json

This commit is contained in:
Mattias Erming 2014-08-05 01:48:21 -07:00
parent cd1383c1f0
commit 790f28a0f2

View file

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.8.11",
"version": "0.8.12",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",
@ -15,7 +15,7 @@
"irc",
"server"
],
"main": "http://localhost:9000/",
"main": "http://localhost:9090/",
"node-main": "./index.js",
"single-instance": false,
"window": {
@ -26,7 +26,7 @@
"height": 640
},
"scripts": {
"start": "node index.js"
"start": "node index.js start"
},
"repository": {
"type": "git",