{
  "name": "jquery-review-gate",
  "version": "1.0.4",
  "description": "A lightweight review gate made with jQuery to capture user reviews that are not 5-star quality. This helps businesses collect both negative and positive feedback to better enhance their customer service experience.",
  "main": "dist/js/review-gate.jquery.js",
  "scripts": {
    "build": "node build.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidkim10/jquery-review-gate.git"
  },
  "keywords": [
    "jquery-plugin",
    "ecosystem:jquery",
    "jquery-review-gate",
    "jquery-customer-review-gate"
  ],
  "author": "David K",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidkim10/jquery-review-gate/issues"
  },
  "homepage": "https://github.com/davidkim10/jquery-review-gate#readme",
  "type": "commonjs",
  "devDependencies": {
    "esbuild": "^0.25.0",
    "esbuild-plugin-copy": "^2.1.1"
  }
}
