Update package.json
This commit is contained in:
parent
cc5b522f22
commit
691e37b031
36
package.json
36
package.json
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user