mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-19 03:18:30 -05:00
Fixed variables when loading custom.json Conflicts: Makefile README.md component.json composer.json docs/assets/css/bootstrap-responsive.css docs/assets/js/application.js docs/assets/js/bootstrap-typeahead.js docs/assets/js/bootstrap.js docs/assets/js/bootstrap.min.js docs/index.html docs/javascript.html docs/templates/pages/index.mustache docs/templates/pages/javascript.mustache js/bootstrap-typeahead.js package.json
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "2.3.0-j4",
|
|
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
|
"dependencies": {
|
|
"jquery": "~1.8.0"
|
|
}
|
|
}
|