-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 937 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
36
37
38
39
40
41
42
43
44
{
"name": "selenia/demo-website-template",
"description": "Demonstration website made with Selenia",
"type": "electro-template",
"keywords": [
"template",
"electro",
"selenia"
],
"license": "MIT",
"authors": [
{
"name": "Impactwave",
"email": "[email protected]",
"homepage": "http://impactwave.com"
},
{
"name": "Cláudio Silva",
"email": "[email protected]"
}
],
"homepage": "https://github.com/selenia/demo-website-template",
"require": {
"php": ">=5.6",
"electro-modules/matisse": "^0.9.0"
},
"autoload": {
"psr-4": {
"SeleniaTemplates\\DemoWebsite\\": "src"
}
},
"extra": {
"bower": {
"require": {
"bootstrap": "^3.3.6",
"font-awesome": "4.6.3",
"modernizr": "2.8.3",
"prettyphoto": "",
"isotope": "3.0.1",
"retinajs": "2.0.0"
}
}
}
}