Update package.json

This commit is contained in:
Mattias Erming 2014-08-13 14:35:20 -07:00
parent cc5b522f22
commit 691e37b031

View file

@ -1,11 +1,19 @@
{ {
"name": "shout", "name": "shout",
"description": "A web IRC client", "description": "A web IRC client",
"version": "0.9.1", "version": "0.9.2",
"homepage": "http://github.com/erming/shout", "homepage": "http://github.com/erming/shout",
"author": { "author": "Mattias Erming",
"name": "Mattias Erming", "preferGlobal": true,
"email": "mattias@mattiaserming.com" "bin": {
"shout": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
},
"scripts": {
"start": "node index.js start"
}, },
"keywords": [ "keywords": [
"browser", "browser",
@ -15,26 +23,6 @@
"irc", "irc",
"server" "server"
], ],
"main": "http://localhost:9000/",
"node-main": "./index.js",
"single-instance": false,
"window": {
"title": "Shout",
"icon": "client/img/favicon.png",
"toolbar": false,
"width": 1024,
"height": 640
},
"bin": {
"shout": "index.js"
},
"scripts": {
"start": "node index.js start"
},
"repository": {
"type": "git",
"url": "https://github.com/erming/shout.git"
},
"dependencies": { "dependencies": {
"commander": "^2.3.0", "commander": "^2.3.0",
"connect": "~2.19.6", "connect": "~2.19.6",