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": {
|
|
|
|
"jquery": ">= 1.9.0"
|
|
|
|
},
|
2016-05-16 13:33:49 +02:00
|
|
|
"version": "3.3.6",
|
|
|
|
"_release": "3.3.6",
|
2014-05-12 20:08:19 +02:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-05-16 13:33:49 +02:00
|
|
|
"tag": "v3.3.6",
|
|
|
|
"commit": "7d7cc02b968b50ea53b0f2e59906b4b7f3fbcf0e"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
2016-05-16 13:33:49 +02:00
|
|
|
"_source": "https://github.com/twbs/bootstrap-sass.git",
|
2016-06-11 17:57:30 +02:00
|
|
|
"_target": "3.3.6",
|
2014-05-12 20:08:19 +02:00
|
|
|
"_originalSource": "bootstrap-sass-official"
|
|
|
|
}
|