-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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.1.0",
"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": "robin4002@gmail.com"
},
"contributors": [
{
"name": "Superloup10",
"email": "Superloup10@gmail.com"
},
{
"name": "Phenix246",
"email": "phenix246.dev@gmail.com"
}
],
"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 || ^4.0.0"
},
"peerDependencies": {
"nodebb-plugin-markdown": "^12.0.2 || ^13.0.0"
}
}