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

14 lines
250 B
JSON
Raw Normal View History

2021-10-26 14:18:09 +02:00
{
"name": "bs-recipes-server-includes",
"version": "1.0.0",
"description": "Server includes example",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"license": "MIT",
"dependencies": {
"browser-sync": "^2.1.6"
}
}