mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 20:08:03 -05:00
Merge branch 'master' of git://github.com/twitter/bootstrap into 2.3.0-j5-wip Conflicts: Makefile README.md component.json docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/templates/pages/index.mustache js/bootstrap-typeahead.js package.json
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "2.3.1-j6",
|
|
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
|
"dependencies": {
|
|
"jquery": "~1.8.0"
|
|
}
|
|
}
|