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.
 
 
 
 

16 lines
354 B

  1. {
  2. "name": "bs-recipes-server",
  3. "version": "1.0.0",
  4. "description": "Server + Logging + History API fallback middlewares Example",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node app.js"
  8. },
  9. "license": "MIT",
  10. "dependencies": {
  11. "browser-sync": "^2.1.6",
  12. "connect-logger": "0.0.1",
  13. "connect-history-api-fallback": "^1.1.0"
  14. }
  15. }