-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 1.04 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
{
"name": "phrozenbyte/pico-robots",
"type": "pico-plugin",
"description": "This is Pico's official robots plugin to add a robots.txt and sitemap.xml to your website. Pico is a stupidly simple, blazing fast, flat file CMS.",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-robots", "robots", "robots-txt", "sitemap", "sitemap-xml" ],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "Daniel Rudolf",
"homepage": "http://daniel-rudolf.de/",
"role": "Lead Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/PhrozenByte/pico-robots/graphs/contributors"
}
],
"support": {
"docs": "http://picocms.org/docs/pico-robots/",
"issues": "https://github.com/PhrozenByte/pico-robots/issues",
"source": "https://github.com/PhrozenByte/pico-robots"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": [ "PicoRobots.php" ]
}
}