-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.15 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
42
43
44
45
46
47
48
{
"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/fvoci/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"
},
{
"name": "fvoci",
"email": "fvoci@askfront.com"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/fvoci/nodebb-plugin-extended-markdown/issues"
},
"homepage": "https://github.com/fvoci/nodebb-plugin-extended-markdown#readme",
"nbbpm": {
"compatibility": "^3.0.0 || ^4.0.0"
},
"peerDependencies": {
"nodebb-plugin-markdown": "^13.0.0"
},
"devDependencies": {
"prettier": "^3.4.2 || ^13.0.0"
}
}