-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 914 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": "maloja/pico-twentytwenty",
"type": "pico-plugin",
"description": "This Plugin adds the TwentyTwenty image comparison slider for Pico CMS",
"keywords": [ "pico", "picocms", "picocms-plugin", "pico-twentytwenty", "image", "image-compare" ],
"homepage": "https://github.com/maloja/pico-twentytwenty",
"license": "MIT",
"authors": [
{
"name": "Maloja",
"homepage": "https://github.com/maloja/pico-twentytwenty",
"role": "Lead Developer"
}
],
"support": {
"docs": "http://picocms.org/docs/pico-http-params/",
"issues": "https://github.com/maloja/pico-twentytwenty/issues",
"source": "https://github.com/maloja/pico-twentytwenty"
},
"require": {
"php": ">=5.3.6",
"components/jquery": ">=3.4"
},
"autoload": {
"classmap": [ "PicoTwentytwenty.php" ]
}
}