-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 1.01 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
{
"name": "nestordedios/bolt-theme-ion",
"description": "Ion - A crisp, modern responsive template built with a business-y slant.",
"type": "bolt-theme",
"keywords": ["theme", "ion", "responsive", "awesome", "template", "business", "modern"],
"require": {
"bolt/bolt": "^3.0"
},
"license": "CCA (Creative Commons Attribution)",
"authors": [
{
"name": "Nestor de Dios Fernandez",
"email": "nestordedios@outlook.es"
},
{
"name": "TEMPLATED",
"homepage": "www.templated.co"
}
],
"extra": {
"bolt-screenshots": [
"screenshots/teaser.png",
"screenshots/screenshot1.png",
"screenshots/screenshot2.png",
"screenshots/screenshot3.png",
"screenshots/screenshot4.png",
"screenshots/screenshot5.png",
"screenshots/screenshot6.png",
"screenshots/screenshot7.png"
]
}
}