mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-21 04:17:53 -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
13 lines
450 B
JSON
13 lines
450 B
JSON
{
|
|
"name": "jasny/bootstrap"
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
|
, "keywords": ["bootstrap", "css"]
|
|
, "homepage": "http://jasny.github.com/bootstrap/"
|
|
, "authors": [
|
|
{"name": "Twitter Inc."}
|
|
, {"name": "Arnold Daniels", "email": "arnold@jasny.net", "homepage": "http://www.jasny.net"}
|
|
]
|
|
, "license": "Apache-2.0"
|
|
, "replace": "twitter/bootstrap"
|
|
}
|