Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -1,6 +1,5 @@
{
"name": "bootstrap-sass",
"version": "3.2.0+1",
"homepage": "https://github.com/twbs/bootstrap-sass",
"authors": [
"Thomas McDonald",
@ -8,25 +7,11 @@
"Peter Gumeson",
"Gleb Mazovetskiy"
],
"description": "bootstrap-sass is a Sass-powered version of Bootstrap, ready to drop right into your Sass powered applications.",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"moduleType": "globals",
"main": [
"assets/stylesheets/bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/javascripts/bootstrap/affix.js",
"assets/javascripts/bootstrap/alert.js",
"assets/javascripts/bootstrap/button.js",
"assets/javascripts/bootstrap/carousel.js",
"assets/javascripts/bootstrap/collapse.js",
"assets/javascripts/bootstrap/dropdown.js",
"assets/javascripts/bootstrap/tab.js",
"assets/javascripts/bootstrap/transition.js",
"assets/javascripts/bootstrap/scrollspy.js",
"assets/javascripts/bootstrap/modal.js",
"assets/javascripts/bootstrap/tooltip.js",
"assets/javascripts/bootstrap/popover.js"
"assets/stylesheets/_bootstrap.scss",
"assets/javascripts/bootstrap.js"
],
"keywords": [
"twbs",
@ -47,13 +32,14 @@
"dependencies": {
"jquery": ">= 1.9.0"
},
"_release": "3.2.0+1",
"version": "3.3.6",
"_release": "3.3.6",
"_resolution": {
"type": "version",
"tag": "v3.2.0+1",
"commit": "6f45298818f454aead771ecd0c6398d7c17d8649"
"tag": "v3.3.6",
"commit": "7d7cc02b968b50ea53b0f2e59906b4b7f3fbcf0e"
},
"_source": "git://github.com/twbs/bootstrap-sass.git",
"_target": "~3.2.0",
"_source": "https://github.com/twbs/bootstrap-sass.git",
"_target": "~3.3.6",
"_originalSource": "bootstrap-sass-official"
}