Release 0.1.0
This commit is contained in:
parent
678f6e3c08
commit
72dcf94e41
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "chat",
|
"name": "chat",
|
||||||
"description": "A web-based client/server IRC chat",
|
"description": "A web-based client/server IRC chat",
|
||||||
|
"version": "0.1.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
"email": "mattias@mattiaserming.com"
|
"email": "mattias@mattiaserming.com"
|
||||||
@ -21,7 +22,7 @@
|
|||||||
"web",
|
"web",
|
||||||
"browser"
|
"browser"
|
||||||
],
|
],
|
||||||
"main": "./app.js",
|
"main": "./index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nodemon index.js -p 9000"
|
"start": "nodemon index.js -p 9000"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user