-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 924 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
31
32
33
34
35
{
"name": "wesnoth-hu/wesnoth_hu_theme",
"description": "Theme for the Hungarian Wesnoth Portal",
"type": "drupal-theme",
"license": "GPL-2.0",
"authors": [
{
"name": "Gábor Udvari",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "": "./" }
},
"require": {
},
"require-dev": {
"consolidation/robo": "~1.2",
"leafo/scssphp": "~0.7",
"fxp/composer-asset-plugin": ">=1.0",
"bower-asset/breakpoint-sass": "~2.7",
"bower-asset/typey": "~1.1",
"bower-asset/zen-grids": "~2.0",
"bower-asset/chroma": "~1.2",
"bower-asset/support-for": "~1.0"
},
"scripts" : {
"pre-install-cmd": [
"ComposerHelper::checkAssetInstaller"
],
"pre-update-cmd": [
"ComposerHelper::checkAssetInstaller"
]
}
}