Package.json release

This commit is contained in:
root 2015-11-16 15:47:03 +01:00
parent 18a1258fd8
commit 0e1f39b50c
1 changed files with 11 additions and 0 deletions

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "public-chat",
"version": "0.1.0",
"dependencies": {
"express": "~3.3.4",
"htmlspecialchars": "^1.0.5",
"socket.io": "~1.2.1"
},
"author": "Freddy Nawfal",
"description": "Server of Public Chat : http://playandcode.ml/chat"
}