0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-11 03:52:27 +01:00
Bootstrap/bower.json

12 lines
259 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2012-11-30 22:30:50 -08:00
"version": "3.0.0",
2013-07-29 16:11:28 -03:00
"main": ["./dist/js/bootstrap.min.js", "./dist/js/bootstrap.js", "./dist/css/bootstrap.min.css", "./dist/css/bootstrap.css"],
2013-07-19 13:23:17 -05:00
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}