added package.json and readme.md

This commit is contained in:
2015-09-15 13:45:08 +01:00
parent e047741297
commit 875cb64394
2 changed files with 9 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
To run the server 'nodejs chat.js'
To connect to the server 'telnet <ip> <port (default 5000)>'

6
package.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"moment": "~2.10.6",
"cli-color": "~1.0.0"
}
}