We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d43502 + 578afca commit b9b4738Copy full SHA for b9b4738
composer.json
@@ -0,0 +1,29 @@
1
+{
2
+ "name": "iron-summit-media/startbootstrap-sb-admin-2",
3
+ "description": "SB Admin 2 is an open source, admin dashboard template for Bootstrap created by Start Bootstrap.",
4
+ "type": "component",
5
+ "homepage": "https://github.com/davidtmiller",
6
+ "license": "MIT",
7
+ "authors": [
8
+ {
9
+ "name": "David Miller",
10
+ "email": "david@ironsummitmedia.com"
11
+ }
12
+ ],
13
+ "require": {
14
+ "components/bootstrap": ">=3.0",
15
+ "datatables/datatables": ">=1.10",
16
+ "components/font-awesome": ">=4.0",
17
+ "onokumus/metismenu": ">=2.0"
18
+ },
19
+ "extra": {
20
+ "component": {
21
+ "scripts": [
22
+ "dist/js/sb-admin-2.js"
23
24
+ "files": [
25
+ "dist/css/sb-admin-2.css"
26
+ ]
27
28
29
+}
0 commit comments