forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 861 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 861 Bytes
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
{
"name": "prestashop/hummingbird",
"description": "Hummingbird development theme for PrestaShop",
"type": "prestashop-theme",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
},
{
"name": "PrestaShop Community",
"homepage": "https://contributors.prestashop-project.org/"
}
],
"require-dev": {
"prestashop/header-stamp": "^3.1",
"prestashop/autoindex": "^2.1"
},
"scripts": {
"autoindex": [
"@php ./vendor/bin/autoindex --exclude=.github,.storybook,docker,docs,node_modules,src,stories,types,vendor,webpack"
],
"header-stamp": [
"@php ./vendor/bin/header-stamp --config=.header-stamp-config.yml --dry-run"
],
"header-stamp-fix": [
"@php ./vendor/bin/header-stamp --config=.header-stamp-config.yml"
]
}
}