mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
43da258bd9
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
27 lines
700 B
JSON
27 lines
700 B
JSON
{
|
|
"name": "bootstrap"
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
|
, "version": "3.0.0"
|
|
, "keywords": ["bootstrap", "css"]
|
|
, "homepage": "http://twitter.github.com/bootstrap/"
|
|
, "author": "Twitter Inc."
|
|
, "scripts": { "test": "make test" }
|
|
, "repository": {
|
|
"type": "git"
|
|
, "url": "https://github.com/twitter/bootstrap.git"
|
|
}
|
|
, "licenses": [
|
|
{
|
|
"type": "Apache-2.0"
|
|
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
]
|
|
, "devDependencies": {
|
|
"uglify-js": "1.3.4"
|
|
, "jshint": "0.9.1"
|
|
, "recess": "1.1.6"
|
|
, "connect": "2.1.3"
|
|
, "hogan.js": "2.0.0"
|
|
}
|
|
}
|