UNPKG

931 BJSONView Raw
1{
2 "name": "nodebb-plugin-question-and-answer",
3 "version": "0.12.18",
4 "description": "A nodebb-plugin-question-and-answer plugin for NodeBB which allows users to post topics as questions and select a post as the answer",
5 "main": "library.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/psychobunny/nodebb-plugin-question-and-answer"
9 },
10 "keywords": [
11 "nodebb",
12 "plugin",
13 "question",
14 "answer",
15 "Q&A"
16 ],
17 "author": {
18 "name": "psychobunny",
19 "email": "psycho.bunny@hotmail.com"
20 },
21 "license": "BSD-2-Clause",
22 "bugs": {
23 "url": "https://github.com/psychobunny/nodebb-plugin-question-and-answer/issues"
24 },
25 "readmeFilename": "README.md",
26 "nbbpm": {
27 "compatibility": "^1.18.7"
28 },
29 "scripts": {
30 "lint": "eslint ."
31 },
32 "devDependencies": {
33 "eslint": "^7.32.0",
34 "eslint-config-nodebb": "^0.0.2",
35 "eslint-plugin-import": "^2.24.2"
36 }
37}