{
  "name": "FlowfactWp",
  "version": "1.5.0",
  "main": "index.js",
  "author": "Andrzej Zelman <azelman@whitelabelcoders.com>",
  "license": "MIT",
  "dependencies": {
    "browser-sync": "^2.26.14",
    "node-sass": "^6.0.0",
    "npm-run-all": "^4.1.5"
  },
  "scripts": {
    "dev": "browser-sync start --proxy 'flowfactandrzej.local' --files 'modules/valuationMaster/' node-sass --watch modules/valuationMaster/assets/scss/ -o modules/valuationMaster/assets/css/default --output-style compressed",
    "start": "npm-run-all --parallel styles:watch browsersync",
    "styles:watch": "node-sass --watch modules/valuationMaster/assets/scss/ -o modules/valuationMaster/assets/css/default --output-style compressed",
    "browsersync": "browser-sync start --proxy 'flowfactandrzej.local' --files 'modules/valuationMaster/' --files \"*.php, *.html, *.js, *.css\""
  }
}
