AdminLTE/bower.json

34 lines
602 B
JSON
Raw Normal View History

2015-03-01 18:48:16 +01:00
{
"name": "AdminLTE",
"homepage": "http://almsaeedstudio.com",
"authors": [
2015-06-11 10:39:24 +02:00
"Abdullah Almsaeed <support@almsaeedstudio.com>"
2015-03-01 18:48:16 +01:00
],
"description": "Admin dashboard and control panel template",
"main": [
"index2.html",
"dist/css/AdminLTE.css",
2015-03-04 10:34:13 +01:00
"dist/js/app.js",
2015-03-01 18:48:16 +01:00
"build/less/AdminLTE.less"
],
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
2015-04-22 16:08:14 +02:00
"documentation"
2015-03-01 18:48:16 +01:00
]
}