1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/bower.json

12 lines
259 B
JSON
Raw Normal View History

{
"name": "bootstrap",
2012-12-01 01:30:50 -05:00
"version": "3.0.0",
2013-07-29 15:11:28 -04:00
"main": ["./dist/js/bootstrap.min.js", "./dist/js/bootstrap.js", "./dist/css/bootstrap.min.css", "./dist/css/bootstrap.css"],
2013-07-19 14:23:17 -04:00
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}