-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.34 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.34 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": "threedi/notebbcode",
"type": "phpbb-extension",
"description": " Add a Note BBCode, which displays a tooltip-like box containing text when the mouse is moved over the Note BBCode icon. The text inside the box can accept BBCodes, and the pop-up box will close automatically when the mouse is moved off the icon (unless the user clicks the icon, which will make the pop-up box stick in place until manually closed or until the cursor is moved a certain distance away from the pop-up box). Parses also smilies. BBcodes are automatically installed by the extension, no need to any manual input, just set to display on posting in ACP if you like.",
"homepage": "http://3d-i.github.io/notebbcode/",
"version": "1.1.1",
"license": "GPL-2.0",
"authors":
[
{
"name": "3Di",
"email": "[email protected]",
"homepage": "https://github.com/3D-I",
"role": "Lead Developer"
},
{
"name": "primehalo",
"homepage": "http://www.absoluteanime.com/admin/mods.htm",
"role": "Former Developer for the 3.0.x version"
}
],
"require": {
"php": ">=5.3.3",
"phpbb/phpbb": ">=3.1.11,<3.3.0@dev"
},
"extra": {
"display-name": "Prime note bbcode",
"soft-require": {
"phpbb/phpbb": ">=3.1.11,<3.3.0@dev"
},
"version-check": {
"host": "3d-i.github.io",
"directory": "/site/vchecks",
"filename": "notebbcode-vcheck.json"
}
}
}