{
  "name": "nodebb-plugin-poll",
  "version": "4.0.10",
  "description": "NodeBB Poll Plugin",
  "main": "library.js",
  "scripts": {
    "lint": "eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Schamper/nodebb-plugin-poll"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "poll"
  ],
  "author": "Schamper <mrwafflewaffle@aim.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Schamper/nodebb-plugin-poll/issues"
  },
  "dependencies": {
    "async": "^3.2.0",
    "cron": "^1.8.2"
  },
  "nbbpm": {
    "compatibility": "^4.12.0"
  },
  "devDependencies": {
    "eslint": "10.0.3",
    "eslint-config-nodebb": "^2.0.0"
  }
}
