-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.03 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
{
"name": "phrozenbyte/pico-excerpt",
"type": "pico-plugin",
"abandoned": true,
"description": "This is Pico's official PicoExcerpt plugin. Pico is a stupidly simple, blazing fast, flat file CMS.",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-excerpt", "excerpts" ],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "The Pico Community",
"homepage": "http://picocms.org/"
},
{
"name": "Contributors",
"homepage": "https://github.com/picocms/pico-excerpt/graphs/contributors"
}
],
"support": {
"docs": "http://picocms.org/plugins/excerpt/",
"issues": "https://github.com/picocms/pico-excerpt/issues",
"source": "https://github.com/picocms/pico-excerpt"
},
"require": {
"php": ">=5.3.0",
"picocms/pico": "^1.0|^2.0",
"phrozenbyte/pico-parse-pages-content": "^1.0"
},
"autoload": {
"classmap": [ "PicoExcerpt.php" ]
}
}