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