Release 0.1.0

This commit is contained in:
Mattias Erming 2014-03-24 11:53:40 +01:00
parent 678f6e3c08
commit 72dcf94e41

View file

@ -1,6 +1,7 @@
{
"name": "chat",
"description": "A web-based client/server IRC chat",
"version": "0.1.0",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"
@ -21,7 +22,7 @@
"web",
"browser"
],
"main": "./app.js",
"main": "./index.js",
"scripts": {
"start": "nodemon index.js -p 9000"
},