-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·37 lines (37 loc) · 1.05 KB
/
composer.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.05 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
{
"name": "windows-vista-bar/bbbbcode",
"description": "Big Beautiful BBCode (Installs multiple BBCode extensions.)",
"authors": [
{
"name": "Billy Wilcosky",
"role": "Creator"
}
],
"type": "flarum-extension",
"license": "MIT",
"require": {
"flarum/core": "^0.1.0-beta.8",
"windows-vista-bar/spoiler": "^1.0",
"windows-vista-bar/blur": "^1.0",
"windows-vista-bar/tooltip": "^1.0",
"windows-vista-bar/font": "^1.0",
"windows-vista-bar/chat": "^1.0",
"windows-vista-bar/pop": "^1.0",
"windows-vista-bar/action": "^1.0",
"windows-vista-bar/accordion": "^2.0",
"windows-vista-bar/audio": "^1.0"
},
"autoload": {
"psr-4": {"ZerosOnesFun\\bbbbcode\\": "src/"}
},
"extra": {
"flarum-extension": {
"title": "BBCode - BBBBCode",
"icon": {
"name": "fas fa-bold",
"backgroundColor": "#ddd",
"color": "#000"
}
}
}
}