-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
40 lines (40 loc) · 974 Bytes
/
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
{
"private": true,
"name": "e107/simplemde",
"type": "e107-plugin",
"description": "e107 integration for SimpleMDE Markdown Editor",
"keywords": [
"simplemde",
"markdown",
"editor",
"wysiwyg",
"e107"
],
"license": "GPL-2.0+",
"homepage": "https://github.com/lonalore/simplemde",
"support": {
"issues": "https://github.com/lonalore/simplemde/issues",
"source": "https://github.com/lonalore/simplemde"
},
"repositories": [
{
"type": "package",
"package": {
"name": "NextStepWebs/simplemde-markdown-editor",
"version": "1.11.2",
"dist": {
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/archive/1.11.2.zip",
"type": "zip"
}
}
}
],
"require": {
"NextStepWebs/simplemde-markdown-editor": "1.11.2",
"erusev/parsedown": "^1.6",
"league/html-to-markdown": "^4.4"
},
"config": {
"preferred-install": "dist"
}
}