forked from StartBootstrap/startbootstrap-sb-admin-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 812 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
{
"name": "iron-summit-media/startbootstrap-sb-admin-2",
"description": "SB Admin 2 is an open source, admin dashboard template for Bootstrap created by Start Bootstrap.",
"type": "component",
"homepage": "https://github.com/davidtmiller",
"license": "MIT",
"authors": [
{
"name": "David Miller",
"email": "[email protected]"
}
],
"require": {
"components/bootstrap": ">=3.0",
"datatables/datatables": ">=1.10",
"components/font-awesome": ">=4.0",
"onokumus/metismenu": ">=2.0"
},
"extra": {
"component": {
"scripts": [
"dist/js/sb-admin-2.js"
],
"files": [
"dist/css/sb-admin-2.css"
]
}
}
}