{
  "name": "wpsass",
  "version": "1.0.0",
  "description": "Use Sass with WordPress, Node Script in SCSS flavour.",
  "scripts": {
    "css-global": "node-sass --output-style compressed --include-path scss assets/css/source.scss assets/css/cowidgets.css",
    "watch-global": "nodemon -e scss -x \"npm run css-global\"",
    "css-widgets": "node-sass --output-style compressed --include-path scss inc/widgets-css/source.scss inc/widgets-css/frontend.css",
    "watch-widgets": "nodemon -e scss -x \"npm run css-widgets\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmadawais/WPSass.git"
  },
  "author": "Ahmad Awais",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ahmadawais/WPSass/issues"
  },
  "homepage": "https://github.com/ahmadawais/WPSass#readme",
  "devDependencies": {
    "node-sass": "^4.14.1",
    "nodemon": "^1.11.0"
  }
}
