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", "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"
}, },