chat007
Version:
30 lines • 643 B
JSON
{
"name": "chat007",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"keywords": [
"Lava",
"node",
"basic-chat",
"dumb-app"
],
"author": "Lava Kumar N R (https://github.com/KnightNoder)",
"repository": "https://github.com/KnightNoder/chatapp",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"morgan": "~1.9.0",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4"
}
}