-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathcomposer.json
27 lines (27 loc) · 838 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
{
"name": "secondtruth/startmin",
"description": "An admin dashboard template for Bootstrap",
"homepage": "http://www.secondtruth.de",
"keywords": ["backend", "admin", "dashboard", "template", "theme", "web"],
"license": "MIT",
"authors": [
{
"name": "Christian Neff",
"email": "[email protected]",
"homepage": "https://secondtruth.de",
"role": "Developer"
},
{
"name": "Ed Preston",
"email": "[email protected]",
"homepage": "https://prestonsoft.com",
"role": "Contributor"
},
{
"name": "David Miller",
"email": "[email protected]",
"homepage": "https://davidmiller.io",
"role": "Original Author"
}
]
}