Skip to content

Commit b9b4738

Browse files
committed
Merge pull request StartBootstrap#100 from foxou33/gh-pages
Added composer.json for installation from packagist
2 parents 7d43502 + 578afca commit b9b4738

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

composer.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)