nodebb-plugin-poll/package.json
Barış Soner Uşaklı b9a151a605 3.1.4
2024-04-14 13:50:52 -04:00

36 lines
789 B
JSON
Executable file

{
"name": "nodebb-plugin-poll",
"version": "3.1.4",
"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": "^3.2.0"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}