-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
46 lines (46 loc) · 1.12 KB
/
composer.json
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
{
"archive": {
"exclude": ["/.git", "/test", "/test.php"]
},
"authors": [
{
"homepage": "https://github.com/taufik-nurrohman",
"name": "Taufik Nurrohman",
"role": "Developer"
}
],
"autoload": {
"psr-0": {"ParsedownExtraPlugin": ""}
},
"description": "Configurable Markdown to HTML converter with Parsedown Extra.",
"funding": [
{
"type": "other",
"url": "https://paypal.me/tatautaufik"
}
],
"homepage": "https://github.com/taufik-nurrohman/parsedown-extra-plugin",
"keywords": [
"extension",
"extra",
"markdown extra extension",
"markdown extra",
"markdown",
"parsedown extra extension",
"parsedown extra",
"parsedown",
"parser"
],
"license": "MIT",
"minimum-stability": "dev",
"name": "taufik-nurrohman/parsedown-extra-plugin",
"require": {
"erusev/parsedown": "^1.8.0@beta",
"erusev/parsedown-extra": "^0.8"
},
"support": {
"docs": "https://github.com/taufik-nurrohman/parsedown-extra-plugin#readme",
"issues": "https://github.com/taufik-nurrohman/parsedown-extra-plugin/issues"
},
"type": "library"
}