forked from digitalLumberjack/nodebb-plugin-topic-tags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 824 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "nodebb-plugin-topic-tags-next",
"version": "0.2.0",
"description": "NodeBB 1.17+ plugin to add tags to new topics based on words in topic title.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/digitalLumberjack/nodebb-plugin-topic-tags"
},
"keywords": [
"nodebb",
"plugin",
"topic",
"tags"
],
"author": {
"name": "Pichalite",
"email": "[email protected]"
},
"maintainers": [
{
"name": "digitalLumberjack",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/digitalLumberjack/nodebb-plugin-topic-tags/issues"
},
"homepage": "https://github.com/digitalLumberjack/nodebb-plugin-topic-tags",
"nbbpm": {
"compatibility": "^1.0.0"
}
}