2014-05-12 20:08:19 +02:00
|
|
|
{
|
|
|
|
"name": "bootstrap-sass",
|
|
|
|
"homepage": "https://github.com/twbs/bootstrap-sass",
|
|
|
|
"authors": [
|
|
|
|
"Thomas McDonald",
|
|
|
|
"Tristan Harward",
|
|
|
|
"Peter Gumeson",
|
|
|
|
"Gleb Mazovetskiy"
|
|
|
|
],
|
2016-05-16 13:33:49 +02:00
|
|
|
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
|
|
|
|
"moduleType": "globals",
|
2014-05-12 20:08:19 +02:00
|
|
|
"main": [
|
2016-05-16 13:33:49 +02:00
|
|
|
"assets/stylesheets/_bootstrap.scss",
|
|
|
|
"assets/javascripts/bootstrap.js"
|
2014-05-12 20:08:19 +02:00
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"twbs",
|
|
|
|
"bootstrap",
|
|
|
|
"sass"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"lib",
|
|
|
|
"tasks",
|
|
|
|
"templates",
|
|
|
|
"test",
|
|
|
|
"*.gemspec",
|
|
|
|
"Rakefile",
|
|
|
|
"Gemfile"
|
2014-08-10 12:02:48 +02:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2017-05-13 13:25:33 +02:00
|
|
|
"jquery": "1.9.1 - 3"
|
2016-05-16 13:33:49 +02:00
|
|
|
},
|
2019-03-29 22:00:08 +01:00
|
|
|
"version": "3.4.1"
|
2014-05-12 20:08:19 +02:00
|
|
|
}
|