gentelella/vendors/bootstrap-progressbar/bower.json
christianesperar 6a6db2ea23 Put dependecy libraries to bower for easy updating
Update also fix some following problem:
- Switcher now working
- Datatable header fix example is now working
- Add missing starrr ratings
- Some mobile responsiveness on table.html page
2016-04-24 22:26:16 +08:00

29 lines
598 B
JSON

{
"name": "bootstrap-progressbar",
"version": "0.9.0",
"license": "MIT",
"authors": [
{
"name": "Stephan Groß",
"homepage": "http://www.minddust.com"
}
],
"homepage": "http://www.minddust.com/project/bootstrap-progressbar/",
"repository": {
"type": "git",
"url": "https://github.com/minddust/bootstrap-progressbar.git"
},
"main": "./bootstrap-progressbar.js",
"ignore": [
"**/.*",
"Gulpfile.js",
"Rakefile",
"bower_components",
"node_modules",
"resources",
"tasks"
],
"dependencies": {
"jquery": ">= 1.9.1"
}
}