biofriction-wp-theme/node_modules/bs-recipes/recipes/server.middleware/package.json

16 lines
354 B
JSON

{
"name": "bs-recipes-server",
"version": "1.0.0",
"description": "Server + Logging + History API fallback middlewares Example",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"license": "MIT",
"dependencies": {
"browser-sync": "^2.1.6",
"connect-logger": "0.0.1",
"connect-history-api-fallback": "^1.1.0"
}
}