-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1.17 KB
/
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
35
36
37
38
39
40
41
{
"name": "nodebb-plugin-extended-markdown",
"version": "2.0.2",
"description": "A NodeBB plugin adding more features to markdown: color, text alignment, tooltip, anchor, custom text header with background, etc.",
"main": "library.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown.git"
},
"keywords": [
"nodebb",
"anchor",
"tooltip",
"text header"
],
"author": {
"name": "robin4002",
"email": "[email protected]"
},
"contributors": [
{
"name": "Superloup10",
"email": "[email protected]"
},
{
"name": "Phenix246",
"email": "[email protected]"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown/issues"
},
"homepage": "https://github.com/MinecraftForgeFrance/nodebb-plugin-extended-markdown#readme",
"nbbpm": {
"compatibility": "^3.0.0"
},
"peerDependencies": {
"nodebb-plugin-markdown": "^12.0.2"
}
}