2016-11-17 13:19:25 +01:00

17 lines
389 B
JSON

{
"name": "TALK TO ME LOCALHOST",
"version": "1.0.0",
"description": "simple http and websocket server used to play an imitation game",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"chance": "^1.0.4",
"express": "^4.14.0",
"socket.io": "^1.5.1"
}
}