-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.27 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "jonnitto/imagesinarow",
"type": "neos-plugin",
"license": "GPL-3.0-or-later",
"description": "Put images nicley in a row",
"keywords": ["flow", "neos", "content", "row", "images"],
"authors": [
{
"name": "Jon Uhlmann",
"email": "hello@uhlmann.pro",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"require": {
"neos/neos": "^7.3 || ^8.0",
"flowpack/nodetemplates": "^1.0 || ^2.0",
"carbon/eel": "^2.0 || dev-master",
"carbon/fileloader": "^0.1",
"carbon/image": "^3.0 || ^4.0 || ^5.0 || dev-master",
"sitegeist/slipstream": "^2.1"
},
"archive": {
"exclude": [
".editorconfig",
".gitattributes",
".gitignore",
".github",
".nvmrc",
".prettierignore",
".stylelintrc",
".yarnclean",
"CODE_OF_CONDUCT.md",
"package.json"
]
},
"autoload": {
"psr-4": {
"Jonnitto\\ImagesInARow\\": "Classes"
}
},
"extra": {
"installer-name": "Jonnitto.ImagesInARow",
"neos": {
"package-key": "Jonnitto.ImagesInARow"
}
}
}