NodeChat

Node.js socket.io based chat web application
Log | Files | Refs | README

package.json (227B)


      1 {
      2   "name": "socket-chat-example",
      3   "version": "0.0.1",
      4   "description": "my first socket.io app",
      5   "dependencies": {
      6     "express": "^4.15.2",
      7     "socket.io": "^1.7.3"
      8   },
      9   "scripts": {
     10     "start": "node index.js"
     11   }
     12 }