-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 899 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
{
"name": "jheimbach/pico-content-vars",
"type": "pico-plugin",
"description": "A Content variables plugin for Pico CMS.",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-content-vars"],
"homepage": "http://picocms.org/",
"license": "MIT",
"authors": [
{
"name": "Johannes Heimbach",
"homepage": "https://github.com/jheimbach/pico-content-vars",
"role": "Lead Developer"
},
{
"name": "Contributors",
"homepage": "https://github.com/jheimbach/pico-content-vars/graphs/contributors"
}
],
"support": {
"docs": "https://github.com/jheimbach/pico-content-vars/blob/master/README.md",
"issues": "https://github.com/jheimbach/pico-content-vars/issues",
"source": "https://github.com/jheimbach/pico-content-vars"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"classmap": [ "PicoContentVars.php" ]
}
}