-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
30 lines (30 loc) · 933 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": "nestordedios/bolt-theme-kuhn",
"description": "Kuhn - A theme based on CSS Grid layout.",
"type": "bolt-theme",
"keywords": ["theme", "kuhn", "responsive", "template", "layout", "grid", "modern", "css"],
"require": {
"bolt/bolt": "^3.0"
},
"license": "GNU GPL v2",
"authors": [
{
"name": "Nestor de Dios Fernandez",
"email": "nestordedios@outlook.es"
},
{
"name": "Morten Rand-Hendriksen",
"email": "morten@mor10.com"
}
],
"extra": {
"bolt-screenshots": [
"screenshots/desktop-homepage.png",
"screenshots/detail-page-desktop.png",
"screenshots/footer-desktop.png",
"screenshots/detail-page-mobile.png",
"screenshots/menu-mobile.png",
"screenshots/listing-desktop.png"
]
}
}