Front end of the Slack clone application.

package.json 264B

1234567891011
  1. {
  2. "name": "express-lr-sample",
  3. "version": "0.0.0",
  4. "description": "ERROR: No README.md file found!",
  5. "main": "server.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "DEBUG='tinylr tinylr:*' node server.js"
  9. }
  10. }