{
  "name": "bbp-voting",
  "version": "1.0.0",
  "description": "=== bbPress Voting ===\r Contributors: natekinkead\r Donate link: paypal.me/natekinkead\r Tags: bbpress, voting, vote, rating, rate, topics, replies, up, down, stackoverflow, forum\r Requires at least: 3.0\r Tested up to: 4.9.8\r Stable tag: 1.0.3\r License: GPLv3\r License URI: http://www.gnu.org/licenses/gpl.html",
  "main": "bbp-voting.php",
  "watch": {
    "start": {
      "patterns": [
        "css",
        "scss"
      ],
      "extensions": "scss"
    }
  },
  "scripts": {
    "test": "npm run start",
    "start": "node-sass --output-style compressed -o css css/scss",
    "watch": "npm-watch"
  },
  "author": "natekinkead",
  "license": "ISC",
  "dependencies": {
    "node-sass": "^9.0.0",
    "npm-watch": "^0.4.0",
    "scss-compile": "^0.1.7"
  }
}
