forked from arektekieli/FlaJax
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (55 loc) · 1.34 KB
/
composer.json
File metadata and controls
55 lines (55 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "starsriver/mathplus",
"version": "0.4.1",
"description": "Mathplus extension for flarum,more support.",
"keywords": [
"extension",
"math",
"mathjax",
"mathren",
"Katex"
],
"license": "mit",
"type": "flarum-extension",
"support": {
"source": "https://github.com/StarsRivers/Mathplus/"
},
"authors": [
{
"name": "Arek Tekieli",
"email": "arektekieli@gmail.com",
"role": "Developer"
},
{
"name": "Instytut Fotonowy",
"email": "info@fotonowy.pl",
"homepage": "https://www.fotonowy.pl/"
},
{
"name": "Include社区",
"email": "weizixuan110@foxmail.com",
"homepage": "https://include.uotan.cn/"
},
{
"name": "星河",
"email": "weizixuan110@foxmail.com",
"role": "Developer"
}
],
"require": {
"flarum/core": "^1.0"
},
"autoload": {
"psr-4": {"If\\FlaJax\\": "src/"}
},
"extra": {
"flarum-extension": {
"title": "Mathplus",
"icon": {
"name": "fas fa-square-root-alt",
"backgroundColor": "#FF6688",
"color": "#fff"
}
}
}
}