You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
354 B

  1. {
  2. "name": "myapp",
  3. "version": "0.0.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "node ./bin/www"
  7. },
  8. "dependencies": {
  9. "bootstrap": "^5.1.3",
  10. "cookie-parser": "~1.4.4",
  11. "debug": "~2.6.9",
  12. "ejs": "~2.6.1",
  13. "express": "~4.16.1",
  14. "express-fileupload": "^1.3.1",
  15. "http-errors": "~1.6.3",
  16. "morgan": "~1.9.1"
  17. }
  18. }