AdminLTE/bower.json

39 lines
768 B
JSON
Raw Normal View History

2015-03-01 17:48:16 +00:00
{
"name": "AdminLTE",
"homepage": "http://almsaeedstudio.com",
"authors": [
2015-06-11 08:39:24 +00:00
"Abdullah Almsaeed <support@almsaeedstudio.com>"
2015-03-01 17:48:16 +00:00
],
"description": "Admin dashboard and control panel template",
"main": [
2015-10-30 16:46:12 +00:00
"starter.html",
2015-03-01 17:48:16 +00:00
"dist/css/AdminLTE.css",
2015-10-30 16:46:12 +00:00
"dist/js/app.js"
2015-03-01 17:48:16 +00:00
],
2015-10-31 21:00:52 +00:00
"dependencies": {
2016-10-15 17:16:37 +00:00
"jquery": "^3",
"bootstrap": "https://github.com/twbs/bootstrap.git#v4-dev",
2016-07-02 15:43:17 +00:00
"font-awesome": "^4",
2016-10-15 17:16:37 +00:00
"tether": "https://github.com/HubSpot/tether.git#v1.3.7"
2015-10-31 21:00:52 +00:00
},
2015-03-01 17:48:16 +00:00
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"/.*",
"node_modules",
"bower_components",
"composer.json",
2015-04-22 14:08:14 +00:00
"documentation"
2015-03-01 17:48:16 +00:00
]
}