2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/bower.json
T
Mark Otto 867e2bef8d 3.0.1
2013-10-30 10:03:56 -07:00

12 lines
215 B
JSON

{
"name": "bootstrap",
"version": "3.0.1",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
}
}