forked from theshka/Pico-Editor-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
27 lines (27 loc) · 858 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
{
"name": "astappiev/pico-editor",
"type": "pico-plugin",
"description": "Provides an online Markdown editor and file manager for Pico.",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-editor" ],
"homepage": "https://github.com/astappiev/pico-editor",
"license": "MIT",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/astappiev/pico-editor/graphs/contributors"
}
],
"support": {
"docs": "https://github.com/astappiev/pico-editor",
"issues": "https://github.com/astappiev/pico-editor/issues",
"source": "https://github.com/astappiev/pico-editor"
},
"require": {
"php": ">=5.3.6",
"ext-json": "*",
"picocms/pico": "^2.1"
},
"autoload": {
"classmap": [ "PicoEditor.php" ]
}
}