AdminLTE/bower.json

38 lines
721 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": [
2015-10-30 17:46:12 +01:00
"starter.html",
2015-03-01 18:48:16 +01:00
"dist/css/AdminLTE.css",
2015-10-30 17:46:12 +01:00
"dist/js/app.js"
2015-03-01 18:48:16 +01:00
],
2015-10-31 22:00:52 +01:00
"dependencies": {
"jquery": "1.9.1 - 2",
2016-01-16 17:27:23 +01:00
"bootstrap": "https://github.com/twbs/bootstrap.git#v4.0.0-alpha.2",
2015-11-07 18:05:28 +01:00
"font-awesome": "^4"
2015-10-31 22:00:52 +01:00
},
2015-03-01 18:48:16 +01:00
"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
]
}